Html Css Color HEX #385A25 Palm Leaf

📋 copy color: '#385A25'

red 56 ◦ green 90 ◦ blue 37

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

Shades of Palm Leaf #385A25

Tints of Palm Leaf #385A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.18%

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

R = 30.6%
G = 49.18%
B = 20.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#385A25 (or 0x385A25) is known color: Palm Leaf. HEX triplet: 38, 5A and 25. RGB value is (56,90,37). Sum of RGB (Red+Green+Blue) = 56+90+37=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #385A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A25 is #C7A5DA. Grayscale: #494949. Windows color (decimal): -13084123 or 2447928. OLE color: 2447928.

HSL color Cylindrical-coordinate representation of color #385A25: hue angle of 98.49º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #385A25 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 37 -
CMYK 0.38 0 0.59 0.65
HSL 98.49º 0.42% 0.25% -
HSV(B) 98.49º 0.59% 0.35% -
XYZ 5.62 8.29 3.05 -
YUV 73.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 56 90 37 0.38 0 0.59 0.65 98.49 0.42 0.25
Hex 38 5A 25 26 0 3B 41 62 2A 19
Octal 70 132 45 46 0 73 101 142 52 31
Binary 111000 1011010 100101 100110 0 111011 1000001 1100010 101010 11001

Color Harmonies of #385A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A25

Black with #385A25

Text Example


Text Example

White with #385A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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