Html Css Color HEX #385127 Palm Leaf

📋 copy color: '#385127'

red 56 ◦ green 81 ◦ blue 39

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

Shades of Palm Leaf #385127

Tints of Palm Leaf #385127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.16%

R = 31.82%
G = 46.02%
B = 22.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#385127 (or 0x385127) is known color: Palm Leaf. HEX triplet: 38, 51 and 27. RGB value is (56,81,39). Sum of RGB (Red+Green+Blue) = 56+81+39=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #385127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385127 is #C7AED8. Grayscale: #444444. Windows color (decimal): -13086425 or 2576696. OLE color: 2576696.

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

Color convert

RGB 56 81 39 -
CMYK 0.31 0 0.52 0.68
HSL 95.71º 0.35% 0.24% -
HSV(B) 95.71º 0.52% 0.32% -
XYZ 4.94 6.87 2.99 -
YUV 68.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 56 81 39 0.31 0 0.52 0.68 95.71 0.35 0.24
Hex 38 51 27 1F 0 34 44 60 23 18
Octal 70 121 47 37 0 64 104 140 43 30
Binary 111000 1010001 100111 11111 0 110100 1000100 1100000 100011 11000

Color Harmonies of #385127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385127

Black with #385127

Text Example


Text Example

White with #385127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385127; }

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

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

background-color css

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

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

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

border-color css

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

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

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