Html Css Color HEX #39604D Plantation

📋 copy color: '#39604D'

red 57 ◦ green 96 ◦ blue 77

#39604D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #39604D

Tints of Plantation #39604D

RGB

 RED value IS 57 (22.66% from 255) = 24.78%

 GREEN value IS 96 (37.89% from 255) = 41.74%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 24.78%
G = 41.74%
B = 33.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#39604D (or 0x39604D) is known color: Plantation. HEX triplet: 39, 60 and 4D. RGB value is (57,96,77). Sum of RGB (Red+Green+Blue) = 57+96+77=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #39604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39604D is #C69FB2. Grayscale: #525252. Windows color (decimal): -13017011 or 5070905. OLE color: 5070905.

HSL color Cylindrical-coordinate representation of color #39604D: hue angle of 150.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39604D is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 77 -
CMYK 0.41 0 0.20 0.62
HSL 150.77º 0.25% 0.3% -
HSV(B) 150.77º 0.41% 0.38% -
XYZ 7.21 9.77 8.53 -
YUV 82.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 57 96 77 0.41 0 0.20 0.62 150.77 0.25 0.3
Hex 39 60 4D 29 0 14 3E 97 19 1E
Octal 71 140 115 51 0 24 76 227 31 36
Binary 111001 1100000 1001101 101001 0 10100 111110 10010111 11001 11110

Color Harmonies of #39604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39604D

Black with #39604D

Text Example


Text Example

White with #39604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39604D; }

 p { color: rgb(57,96,77); }

 H1.HeaderClassName
 {
   color: #39604D;
 }
 .AnyTagClassName
 {
   color: #39604D;
 }
</style>

background-color css

<style>
 a { background-color: #39604D; }

 a { background-color: rgb(57,96,77); }

 div.DivClassName
 {
   background-color: #39604D;
 }
 .BgClassName
 {
   background-color: #39604D;
 }
</style>

border-color css

<style>
 span { border-color: #39604D; }

 span { border-color: rgb(57,96,77); }

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