Html Css Color HEX #385135 Palm Leaf

📋 copy color: '#385135'

red 56 ◦ green 81 ◦ blue 53

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

Shades of Palm Leaf #385135

Tints of Palm Leaf #385135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.89%

R = 29.47%
G = 42.63%
B = 27.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#385135 (or 0x385135) is known color: Palm Leaf. HEX triplet: 38, 51 and 35. RGB value is (56,81,53). Sum of RGB (Red+Green+Blue) = 56+81+53=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #385135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385135 is #C7AECA. Grayscale: #464646. Windows color (decimal): -13086411 or 3494200. OLE color: 3494200.

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

Color convert

RGB 56 81 53 -
CMYK 0.31 0 0.35 0.68
HSL 113.57º 0.21% 0.26% -
HSV(B) 113.57º 0.35% 0.32% -
XYZ 5.22 6.98 4.44 -
YUV 70.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 56 81 53 0.31 0 0.35 0.68 113.57 0.21 0.26
Hex 38 51 35 1F 0 23 44 72 15 1A
Octal 70 121 65 37 0 43 104 162 25 32
Binary 111000 1010001 110101 11111 0 100011 1000100 1110010 10101 11010

Color Harmonies of #385135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385135

Black with #385135

Text Example


Text Example

White with #385135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385135; }

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

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

background-color css

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

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

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

border-color css

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

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

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