Html Css Color HEX #31501C Palm Leaf

📋 copy color: '#31501C'

red 49 ◦ green 80 ◦ blue 28

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

Shades of Palm Leaf #31501C

Tints of Palm Leaf #31501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.96%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 31.21%
G = 50.96%
B = 17.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#31501C (or 0x31501C) is known color: Palm Leaf. HEX triplet: 31, 50 and 1C. RGB value is (49,80,28). Sum of RGB (Red+Green+Blue) = 49+80+28=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #31501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31501C is #CEAFE3. Grayscale: #404040. Windows color (decimal): -13545444 or 1855537. OLE color: 1855537.

HSL color Cylindrical-coordinate representation of color #31501C: hue angle of 95.77º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31501C is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 80 28 -
CMYK 0.39 0 0.65 0.69
HSL 95.77º 0.48% 0.21% -
HSV(B) 95.77º 0.65% 0.31% -
XYZ 4.34 6.47 2.12 -
YUV 64.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 49 80 28 0.39 0 0.65 0.69 95.77 0.48 0.21
Hex 31 50 1C 27 0 41 45 60 30 15
Octal 61 120 34 47 0 101 105 140 60 25
Binary 110001 1010000 11100 100111 0 1000001 1000101 1100000 110000 10101

Color Harmonies of #31501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31501C

Black with #31501C

Text Example


Text Example

White with #31501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31501C; }

 p { color: rgb(49,80,28); }

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

background-color css

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

 a { background-color: rgb(49,80,28); }

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

border-color css

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

 span { border-color: rgb(49,80,28); }

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