Html Css Color HEX #39552D Palm Leaf

📋 copy color: '#39552D'

red 57 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #39552D

Tints of Palm Leaf #39552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 30.48%
G = 45.45%
B = 24.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#39552D (or 0x39552D) is known color: Palm Leaf. HEX triplet: 39, 55 and 2D. RGB value is (57,85,45). Sum of RGB (Red+Green+Blue) = 57+85+45=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #39552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39552D is #C6AAD2. Grayscale: #484848. Windows color (decimal): -13019859 or 2970937. OLE color: 2970937.

HSL color Cylindrical-coordinate representation of color #39552D: hue angle of 102º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39552D is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 45 -
CMYK 0.33 0 0.47 0.67
HSL 102º 0.31% 0.25% -
HSV(B) 102º 0.47% 0.33% -
XYZ 5.41 7.56 3.66 -
YUV 72.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 57 85 45 0.33 0 0.47 0.67 102 0.31 0.25
Hex 39 55 2D 21 0 2F 43 66 1F 19
Octal 71 125 55 41 0 57 103 146 37 31
Binary 111001 1010101 101101 100001 0 101111 1000011 1100110 11111 11001

Color Harmonies of #39552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39552D

Black with #39552D

Text Example


Text Example

White with #39552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,85,45); }

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

background-color css

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

 a { background-color: rgb(57,85,45); }

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

border-color css

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

 span { border-color: rgb(57,85,45); }

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