Html Css Color HEX #31541E Palm Leaf

📋 copy color: '#31541E'

red 49 ◦ green 84 ◦ blue 30

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

Shades of Palm Leaf #31541E

Tints of Palm Leaf #31541E

RGB

 RED value IS 49 (19.53% from 255) = 30.06%

 GREEN value IS 84 (33.2% from 255) = 51.53%

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 30.06%
G = 51.53%
B = 18.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#31541E (or 0x31541E) is known color: Palm Leaf. HEX triplet: 31, 54 and 1E. RGB value is (49,84,30). Sum of RGB (Red+Green+Blue) = 49+84+30=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #31541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31541E is #CEABE1. Grayscale: #434343. Windows color (decimal): -13544418 or 1987633. OLE color: 1987633.

HSL color Cylindrical-coordinate representation of color #31541E: hue angle of 98.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31541E is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 30 -
CMYK 0.42 0 0.64 0.67
HSL 98.89º 0.47% 0.22% -
HSV(B) 98.89º 0.64% 0.33% -
XYZ 4.67 7.09 2.35 -
YUV 67.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 49 84 30 0.42 0 0.64 0.67 98.89 0.47 0.22
Hex 31 54 1E 2A 0 40 43 63 2F 16
Octal 61 124 36 52 0 100 103 143 57 26
Binary 110001 1010100 11110 101010 0 1000000 1000011 1100011 101111 10110

Color Harmonies of #31541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31541E

Black with #31541E

Text Example


Text Example

White with #31541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31541E; }

 p { color: rgb(49,84,30); }

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

background-color css

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

 a { background-color: rgb(49,84,30); }

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

border-color css

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

 span { border-color: rgb(49,84,30); }

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