Html Css Color HEX #385232 Palm Leaf

📋 copy color: '#385232'

red 56 ◦ green 82 ◦ blue 50

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

Shades of Palm Leaf #385232

Tints of Palm Leaf #385232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.6%

R = 29.79%
G = 43.62%
B = 26.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#385232 (or 0x385232) is known color: Palm Leaf. HEX triplet: 38, 52 and 32. RGB value is (56,82,50). Sum of RGB (Red+Green+Blue) = 56+82+50=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #385232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385232 is #C7ADCD. Grayscale: #464646. Windows color (decimal): -13086158 or 3297848. OLE color: 3297848.

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

Color convert

RGB 56 82 50 -
CMYK 0.32 0 0.39 0.68
HSL 108.75º 0.24% 0.26% -
HSV(B) 108.75º 0.39% 0.32% -
XYZ 5.22 7.11 4.11 -
YUV 70.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 56 82 50 0.32 0 0.39 0.68 108.75 0.24 0.26
Hex 38 52 32 20 0 27 44 6D 18 1A
Octal 70 122 62 40 0 47 104 155 30 32
Binary 111000 1010010 110010 100000 0 100111 1000100 1101101 11000 11010

Color Harmonies of #385232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385232

Black with #385232

Text Example


Text Example

White with #385232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385232; }

 p { color: rgb(56,82,50); }

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

background-color css

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

 a { background-color: rgb(56,82,50); }

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

border-color css

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

 span { border-color: rgb(56,82,50); }

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