Html Css Color HEX #395530 Palm Leaf

📋 copy color: '#395530'

red 57 ◦ green 85 ◦ blue 48

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

Shades of Palm Leaf #395530

Tints of Palm Leaf #395530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.26%

R = 30%
G = 44.74%
B = 25.26%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#395530 (or 0x395530) is known color: Palm Leaf. HEX triplet: 39, 55 and 30. RGB value is (57,85,48). Sum of RGB (Red+Green+Blue) = 57+85+48=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #395530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395530 is #C6AACF. Grayscale: #484848. Windows color (decimal): -13019856 or 3167545. OLE color: 3167545.

HSL color Cylindrical-coordinate representation of color #395530: hue angle of 105.41º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #395530 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 85 48 -
CMYK 0.33 0 0.44 0.67
HSL 105.41º 0.28% 0.26% -
HSV(B) 105.41º 0.44% 0.33% -
XYZ 5.47 7.58 3.97 -
YUV 72.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 57 85 48 0.33 0 0.44 0.67 105.41 0.28 0.26
Hex 39 55 30 21 0 2C 43 69 1C 1A
Octal 71 125 60 41 0 54 103 151 34 32
Binary 111001 1010101 110000 100001 0 101100 1000011 1101001 11100 11010

Color Harmonies of #395530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395530

Black with #395530

Text Example


Text Example

White with #395530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395530; }

 p { color: rgb(57,85,48); }

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

background-color css

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

 a { background-color: rgb(57,85,48); }

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

border-color css

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

 span { border-color: rgb(57,85,48); }

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