Html Css Color HEX #385132 Palm Leaf

📋 copy color: '#385132'

red 56 ◦ green 81 ◦ blue 50

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

Shades of Palm Leaf #385132

Tints of Palm Leaf #385132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

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

R = 29.95%
G = 43.32%
B = 26.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#385132 (or 0x385132) is known color: Palm Leaf. HEX triplet: 38, 51 and 32. RGB value is (56,81,50). Sum of RGB (Red+Green+Blue) = 56+81+50=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #385132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385132 is #C7AECD. Grayscale: #464646. Windows color (decimal): -13086414 or 3297592. OLE color: 3297592.

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

Color convert

RGB 56 81 50 -
CMYK 0.31 0 0.38 0.68
HSL 108.39º 0.24% 0.26% -
HSV(B) 108.39º 0.38% 0.32% -
XYZ 5.15 6.96 4.09 -
YUV 69.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 56 81 50 0.31 0 0.38 0.68 108.39 0.24 0.26
Hex 38 51 32 1F 0 26 44 6C 18 1A
Octal 70 121 62 37 0 46 104 154 30 32
Binary 111000 1010001 110010 11111 0 100110 1000100 1101100 11000 11010

Color Harmonies of #385132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385132

Black with #385132

Text Example


Text Example

White with #385132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385132; }

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

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

background-color css

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

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

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

border-color css

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

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

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