#39624B

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

Shades of Plantation #39624B

Tints of Plantation #39624B

Color information

#39624B (or 0x39624B) is unknown color: approx Plantation. HEX triplet: 39, 62 and 4B. RGB value is (57,98,75). Sum of RGB (Red+Green+Blue) = 57+98+75=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #39624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39624B is #C69DB4. Grayscale: #535353. Windows color (decimal): -13016501 or 4940345. OLE color: 4940345.

HSL color Cylindrical-coordinate representation of color #39624B: hue angle of 146.34º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39624B is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB579875-
CMYK0.4200.230.62
HSL146.34º26.45%30.39%-
HSV(B)146.34º41.84%38.43%-
XYZ7.3310.118.22-
YUV83.12123.42109.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=24.78%
G=42.61%
B=32.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798750.4200.230.62146.3426.4530.39
Hex39624B2A0173E921a1e
Octal7114211352027762223236
Binary11100111000101001011101010010111111110100100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,98,75); }

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

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

 a { background-color: rgb(57,98,75); }

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

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

 span { border-color: rgb(57,98,75); }

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