#23764F

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

Shades of Salem #23764F

Tints of Salem #23764F

Color information

#23764F (or 0x23764F) is unknown color: approx Salem. HEX triplet: 23, 76 and 4F. RGB value is (35,118,79). Sum of RGB (Red+Green+Blue) = 35+118+79=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #23764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23764F is #DC89B0. Grayscale: #585858. Windows color (decimal): -14453169 or 5207587. OLE color: 5207587.

HSL color Cylindrical-coordinate representation of color #23764F: hue angle of 151.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23764F is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB3511879-
CMYK0.7000.330.54
HSL151.81º54.25%30%-
HSV(B)151.81º70.34%46.27%-
XYZ8.5813.889.62-
YUV88.74122.589.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=15.09%
G=50.86%
B=34.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal35118790.7000.330.54151.8154.2530
Hex23764F460213698361e
Octal43166117106041662306636
Binary10001111101101001111100011001000011101101001100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23764F; }

 p { color: rgb(35,118,79); }

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

<style>
 a { background-color: #23764F; }

 a { background-color: rgb(35,118,79); }

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

<style>
 span { border-color: #23764F; }

 span { border-color: rgb(35,118,79); }

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