Html Css Color HEX #395A25 Palm Leaf

📋 copy color: '#395A25'

red 57 ◦ green 90 ◦ blue 37

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

Shades of Palm Leaf #395A25

Tints of Palm Leaf #395A25

RGB

 RED value IS 57 (22.66% from 255) = 30.98%

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

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

R = 30.98%
G = 48.91%
B = 20.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#395A25 (or 0x395A25) is known color: Palm Leaf. HEX triplet: 39, 5A and 25. RGB value is (57,90,37). Sum of RGB (Red+Green+Blue) = 57+90+37=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #395A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A25 is #C6A5DA. Grayscale: #4A4A4A. Windows color (decimal): -13018587 or 2447929. OLE color: 2447929.

HSL color Cylindrical-coordinate representation of color #395A25: hue angle of 97.36º 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 #395A25 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 90 37 -
CMYK 0.37 0 0.59 0.65
HSL 97.36º 0.42% 0.25% -
HSV(B) 97.36º 0.59% 0.35% -
XYZ 5.68 8.32 3.06 -
YUV 74.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 57 90 37 0.37 0 0.59 0.65 97.36 0.42 0.25
Hex 39 5A 25 25 0 3B 41 61 2A 19
Octal 71 132 45 45 0 73 101 141 52 31
Binary 111001 1011010 100101 100101 0 111011 1000001 1100001 101010 11001

Color Harmonies of #395A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A25

Black with #395A25

Text Example


Text Example

White with #395A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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