Html Css Color HEX #385136 Palm Leaf

📋 copy color: '#385136'

red 56 ◦ green 81 ◦ blue 54

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

Shades of Palm Leaf #385136

Tints of Palm Leaf #385136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.27%

R = 29.32%
G = 42.41%
B = 28.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#385136 (or 0x385136) is known color: Palm Leaf. HEX triplet: 38, 51 and 36. RGB value is (56,81,54). Sum of RGB (Red+Green+Blue) = 56+81+54=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #385136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385136 is #C7AEC9. Grayscale: #464646. Windows color (decimal): -13086410 or 3559736. OLE color: 3559736.

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

Color convert

RGB 56 81 54 -
CMYK 0.31 0 0.33 0.68
HSL 115.56º 0.2% 0.26% -
HSV(B) 115.56º 0.33% 0.32% -
XYZ 5.24 6.99 4.56 -
YUV 70.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 56 81 54 0.31 0 0.33 0.68 115.56 0.2 0.26
Hex 38 51 36 1F 0 21 44 74 14 1A
Octal 70 121 66 37 0 41 104 164 24 32
Binary 111000 1010001 110110 11111 0 100001 1000100 1110100 10100 11010

Color Harmonies of #385136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385136

Black with #385136

Text Example


Text Example

White with #385136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385136; }

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

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

background-color css

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

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

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

border-color css

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

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

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