Html Css Color HEX #385525 Palm Leaf

📋 copy color: '#385525'

red 56 ◦ green 85 ◦ blue 37

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

Shades of Palm Leaf #385525

Tints of Palm Leaf #385525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.75%

 BLUE value IS 37 (14.84% from 255) = 20.79%

R = 31.46%
G = 47.75%
B = 20.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#385525 (or 0x385525) is known color: Palm Leaf. HEX triplet: 38, 55 and 25. RGB value is (56,85,37). Sum of RGB (Red+Green+Blue) = 56+85+37=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #385525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385525 is #C7AADA. Grayscale: #474747. Windows color (decimal): -13085403 or 2446648. OLE color: 2446648.

HSL color Cylindrical-coordinate representation of color #385525: hue angle of 96.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385525 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 37 -
CMYK 0.34 0 0.56 0.67
HSL 96.25º 0.39% 0.24% -
HSV(B) 96.25º 0.56% 0.33% -
XYZ 5.21 7.47 2.92 -
YUV 70.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 56 85 37 0.34 0 0.56 0.67 96.25 0.39 0.24
Hex 38 55 25 22 0 38 43 60 27 18
Octal 70 125 45 42 0 70 103 140 47 30
Binary 111000 1010101 100101 100010 0 111000 1000011 1100000 100111 11000

Color Harmonies of #385525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385525

Black with #385525

Text Example


Text Example

White with #385525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385525; }

 p { color: rgb(56,85,37); }

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

background-color css

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

 a { background-color: rgb(56,85,37); }

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

border-color css

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

 span { border-color: rgb(56,85,37); }

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