Html Css Color HEX #395234 Palm Leaf

📋 copy color: '#395234'

red 57 ◦ green 82 ◦ blue 52

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

Shades of Palm Leaf #395234

Tints of Palm Leaf #395234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 29.84%
G = 42.93%
B = 27.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#395234 (or 0x395234) is known color: Palm Leaf. HEX triplet: 39, 52 and 34. RGB value is (57,82,52). Sum of RGB (Red+Green+Blue) = 57+82+52=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #395234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395234 is #C6ADCB. Grayscale: #474747. Windows color (decimal): -13020620 or 3428921. OLE color: 3428921.

HSL color Cylindrical-coordinate representation of color #395234: hue angle of 110º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395234 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 57 82 52 -
CMYK 0.30 0 0.37 0.68
HSL 110º 0.22% 0.26% -
HSV(B) 110º 0.37% 0.32% -
XYZ 5.32 7.15 4.35 -
YUV 71.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 57 82 52 0.30 0 0.37 0.68 110 0.22 0.26
Hex 39 52 34 1E 0 25 44 6E 16 1A
Octal 71 122 64 36 0 45 104 156 26 32
Binary 111001 1010010 110100 11110 0 100101 1000100 1101110 10110 11010

Color Harmonies of #395234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395234

Black with #395234

Text Example


Text Example

White with #395234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395234; }

 p { color: rgb(57,82,52); }

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

background-color css

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

 a { background-color: rgb(57,82,52); }

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

border-color css

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

 span { border-color: rgb(57,82,52); }

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