Html Css Color HEX #385721 Palm Leaf

📋 copy color: '#385721'

red 56 ◦ green 87 ◦ blue 33

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

Shades of Palm Leaf #385721

Tints of Palm Leaf #385721

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.43%

 BLUE value IS 33 (13.28% from 255) = 18.75%

R = 31.82%
G = 49.43%
B = 18.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#385721 (or 0x385721) is known color: Palm Leaf. HEX triplet: 38, 57 and 21. RGB value is (56,87,33). Sum of RGB (Red+Green+Blue) = 56+87+33=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 87 - color contains mainly: green. Hex color #385721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385721 is #C7A8DE. Grayscale: #474747. Windows color (decimal): -13084895 or 2185016. OLE color: 2185016.

HSL color Cylindrical-coordinate representation of color #385721: hue angle of 94.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385721 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 33 -
CMYK 0.36 0 0.62 0.66
HSL 94.44º 0.45% 0.24% -
HSV(B) 94.44º 0.62% 0.34% -
XYZ 5.31 7.77 2.66 -
YUV 71.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 56 87 33 0.36 0 0.62 0.66 94.44 0.45 0.24
Hex 38 57 21 24 0 3E 42 5E 2D 18
Octal 70 127 41 44 0 76 102 136 55 30
Binary 111000 1010111 100001 100100 0 111110 1000010 1011110 101101 11000

Color Harmonies of #385721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385721

Black with #385721

Text Example


Text Example

White with #385721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385721; }

 p { color: rgb(56,87,33); }

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

background-color css

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

 a { background-color: rgb(56,87,33); }

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

border-color css

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

 span { border-color: rgb(56,87,33); }

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