#23794B

Color #23794B Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #23794B

Tints of Salem #23794B

Color information

#23794B (or 0x23794B) is unknown color: approx Salem. HEX triplet: 23, 79 and 4B. RGB value is (35,121,75). Sum of RGB (Red+Green+Blue) = 35+121+75=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #23794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23794B is #DC86B4. Grayscale: #5A5A5A. Windows color (decimal): -14452405 or 4946211. OLE color: 4946211.

HSL color Cylindrical-coordinate representation of color #23794B: hue angle of 147.91º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23794B is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB3512175-
CMYK0.7100.380.53
HSL147.91º55.13%30.59%-
HSV(B)147.91º71.07%47.45%-
XYZ8.814.549-
YUV90.04119.5188.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 121 (47.66% from 255) = 52.38%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=15.15%
G=52.38%
B=32.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35121750.7100.380.53147.9155.1330.59
Hex23794B470263594371f
Octal43171113107046652246737
Binary10001111110011001011100011101001101101011001010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23794B; }

 p { color: rgb(35,121,75); }

 H1.HeaderClassName
 {
   color: #23794B;
 }
 .AnyTagClassName
 {
   color: #23794B;
 }
</style>
background-color css

<style>
 a { background-color: #23794B; }

 a { background-color: rgb(35,121,75); }

 div.DivClassName
 {
   background-color: #23794B;
 }
 .BgClassName
 {
   background-color: #23794B;
 }
</style>
border-color css

<style>
 span { border-color: #23794B; }

 span { border-color: rgb(35,121,75); }

 td.TdClassName
 {
   border-color: #23794B;
 }
 .TagClassName
 {
   border-color: #23794B;
 }
</style>