Html Css Color HEX #31422E Palm Leaf

📋 copy color: '#31422E'

red 49 ◦ green 66 ◦ blue 46

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

Shades of Palm Leaf #31422E

Tints of Palm Leaf #31422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 30.43%
G = 40.99%
B = 28.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#31422E (or 0x31422E) is known color: Palm Leaf. HEX triplet: 31, 42 and 2E. RGB value is (49,66,46). Sum of RGB (Red+Green+Blue) = 49+66+46=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #31422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31422E is #CEBDD1. Grayscale: #3A3A3A. Windows color (decimal): -13549010 or 3031601. OLE color: 3031601.

HSL color Cylindrical-coordinate representation of color #31422E: hue angle of 111º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31422E is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 46 -
CMYK 0.26 0 0.30 0.74
HSL 111º 0.18% 0.22% -
HSV(B) 111º 0.3% 0.26% -
XYZ 3.71 4.75 3.31 -
YUV 58.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 49 66 46 0.26 0 0.30 0.74 111 0.18 0.22
Hex 31 42 2E 1A 0 1E 4A 6F 12 16
Octal 61 102 56 32 0 36 112 157 22 26
Binary 110001 1000010 101110 11010 0 11110 1001010 1101111 10010 10110

Color Harmonies of #31422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31422E

Black with #31422E

Text Example


Text Example

White with #31422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,66,46); }

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

background-color css

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

 a { background-color: rgb(49,66,46); }

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

border-color css

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

 span { border-color: rgb(49,66,46); }

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