Html Css Color HEX #385424 Palm Leaf

📋 copy color: '#385424'

red 56 ◦ green 84 ◦ blue 36

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

Shades of Palm Leaf #385424

Tints of Palm Leaf #385424

RGB

 RED value IS 56 (22.27% from 255) = 31.82%

 GREEN value IS 84 (33.2% from 255) = 47.73%

 BLUE value IS 36 (14.45% from 255) = 20.45%

R = 31.82%
G = 47.73%
B = 20.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#385424 (or 0x385424) is known color: Palm Leaf. HEX triplet: 38, 54 and 24. RGB value is (56,84,36). Sum of RGB (Red+Green+Blue) = 56+84+36=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #385424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385424 is #C7ABDB. Grayscale: #464646. Windows color (decimal): -13085660 or 2380856. OLE color: 2380856.

HSL color Cylindrical-coordinate representation of color #385424: hue angle of 95º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385424 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 36 -
CMYK 0.33 0 0.57 0.67
HSL 95º 0.4% 0.24% -
HSV(B) 95º 0.57% 0.33% -
XYZ 5.12 7.31 2.81 -
YUV 70.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 56 84 36 0.33 0 0.57 0.67 95 0.4 0.24
Hex 38 54 24 21 0 39 43 5F 28 18
Octal 70 124 44 41 0 71 103 137 50 30
Binary 111000 1010100 100100 100001 0 111001 1000011 1011111 101000 11000

Color Harmonies of #385424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385424

Black with #385424

Text Example


Text Example

White with #385424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385424; }

 p { color: rgb(56,84,36); }

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

background-color css

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

 a { background-color: rgb(56,84,36); }

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

border-color css

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

 span { border-color: rgb(56,84,36); }

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