Html Css Color HEX #31531B Palm Leaf

📋 copy color: '#31531B'

red 49 ◦ green 83 ◦ blue 27

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

Shades of Palm Leaf #31531B

Tints of Palm Leaf #31531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.2%

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 30.82%
G = 52.2%
B = 16.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#31531B (or 0x31531B) is known color: Palm Leaf. HEX triplet: 31, 53 and 1B. RGB value is (49,83,27). Sum of RGB (Red+Green+Blue) = 49+83+27=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #31531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31531B is #CEACE4. Grayscale: #424242. Windows color (decimal): -13544677 or 1790769. OLE color: 1790769.

HSL color Cylindrical-coordinate representation of color #31531B: hue angle of 96.43º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31531B is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 27 -
CMYK 0.41 0 0.67 0.67
HSL 96.43º 0.51% 0.22% -
HSV(B) 96.43º 0.67% 0.33% -
XYZ 4.56 6.92 2.13 -
YUV 66.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 49 83 27 0.41 0 0.67 0.67 96.43 0.51 0.22
Hex 31 53 1B 29 0 43 43 60 33 16
Octal 61 123 33 51 0 103 103 140 63 26
Binary 110001 1010011 11011 101001 0 1000011 1000011 1100000 110011 10110

Color Harmonies of #31531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31531B

Black with #31531B

Text Example


Text Example

White with #31531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31531B; }

 p { color: rgb(49,83,27); }

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

background-color css

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

 a { background-color: rgb(49,83,27); }

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

border-color css

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

 span { border-color: rgb(49,83,27); }

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