Html Css Color HEX #3E5530 Palm Leaf

📋 copy color: '#3E5530'

red 62 ◦ green 85 ◦ blue 48

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

Shades of Palm Leaf #3E5530

Tints of Palm Leaf #3E5530

RGB

 RED value IS 62 (24.61% from 255) = 31.79%

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

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

R = 31.79%
G = 43.59%
B = 24.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#3E5530 (or 0x3E5530) is known color: Palm Leaf. HEX triplet: 3E, 55 and 30. RGB value is (62,85,48). Sum of RGB (Red+Green+Blue) = 62+85+48=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5530 is #C1AACF. Grayscale: #4A4A4A. Windows color (decimal): -12692176 or 3167550. OLE color: 3167550.

HSL color Cylindrical-coordinate representation of color #3E5530: hue angle of 97.3º 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 #3E5530 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 85 48 -
CMYK 0.27 0 0.44 0.67
HSL 97.3º 0.28% 0.26% -
HSV(B) 97.3º 0.44% 0.33% -
XYZ 5.77 7.73 3.99 -
YUV 73.91 113.38 119.51 -
System Red Green Blue C M Y K H S L
Decimal 62 85 48 0.27 0 0.44 0.67 97.3 0.28 0.26
Hex 3E 55 30 1B 0 2C 43 61 1C 1A
Octal 76 125 60 33 0 54 103 141 34 32
Binary 111110 1010101 110000 11011 0 101100 1000011 1100001 11100 11010

Color Harmonies of #3E5530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5530

Black with #3E5530

Text Example


Text Example

White with #3E5530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E5530; }

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

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

background-color css

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

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

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

border-color css

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

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

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