Html Css Color HEX #31531C Palm Leaf

📋 copy color: '#31531C'

red 49 ◦ green 83 ◦ blue 28

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

Shades of Palm Leaf #31531C

Tints of Palm Leaf #31531C

RGB

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

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

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

R = 30.63%
G = 51.88%
B = 17.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#31531C (or 0x31531C) is known color: Palm Leaf. HEX triplet: 31, 53 and 1C. RGB value is (49,83,28). Sum of RGB (Red+Green+Blue) = 49+83+28=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #31531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31531C is #CEACE3. Grayscale: #424242. Windows color (decimal): -13544676 or 1856305. OLE color: 1856305.

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

Color convert

RGB 49 83 28 -
CMYK 0.41 0 0.66 0.67
HSL 97.09º 0.5% 0.22% -
HSV(B) 97.09º 0.66% 0.33% -
XYZ 4.57 6.92 2.19 -
YUV 66.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 49 83 28 0.41 0 0.66 0.67 97.09 0.5 0.22
Hex 31 53 1C 29 0 42 43 61 32 16
Octal 61 123 34 51 0 102 103 141 62 26
Binary 110001 1010011 11100 101001 0 1000010 1000011 1100001 110010 10110

Color Harmonies of #31531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31531C

Black with #31531C

Text Example


Text Example

White with #31531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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