#39634D

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

Shades of Plantation #39634D

Tints of Plantation #39634D

Color information

#39634D (or 0x39634D) is unknown color: approx Plantation. HEX triplet: 39, 63 and 4D. RGB value is (57,99,77). Sum of RGB (Red+Green+Blue) = 57+99+77=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #39634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39634D is #C69CB2. Grayscale: #535353. Windows color (decimal): -13016243 or 5071673. OLE color: 5071673.

HSL color Cylindrical-coordinate representation of color #39634D: hue angle of 148.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #39634D is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB579977-
CMYK0.4200.220.61
HSL148.57º26.92%30.59%-
HSV(B)148.57º42.42%38.82%-
XYZ7.4910.338.62-
YUV83.93124.09108.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=24.46%
G=42.49%
B=33.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799770.4200.220.61148.5726.9230.59
Hex39634D2A0163D951b1f
Octal7114311552026752253337
Binary11100111000111001101101010010110111101100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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