Html Css Color HEX #314227 Palm Leaf

📋 copy color: '#314227'

red 49 ◦ green 66 ◦ blue 39

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

Shades of Palm Leaf #314227

Tints of Palm Leaf #314227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 31.82%
G = 42.86%
B = 25.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#314227 (or 0x314227) is known color: Palm Leaf. HEX triplet: 31, 42 and 27. RGB value is (49,66,39). Sum of RGB (Red+Green+Blue) = 49+66+39=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #314227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314227 is #CEBDD8. Grayscale: #393939. Windows color (decimal): -13549017 or 2572849. OLE color: 2572849.

HSL color Cylindrical-coordinate representation of color #314227: hue angle of 97.78º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #314227 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 66 39 -
CMYK 0.26 0 0.41 0.74
HSL 97.78º 0.26% 0.21% -
HSV(B) 97.78º 0.41% 0.26% -
XYZ 3.58 4.7 2.64 -
YUV 57.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 49 66 39 0.26 0 0.41 0.74 97.78 0.26 0.21
Hex 31 42 27 1A 0 29 4A 62 1A 15
Octal 61 102 47 32 0 51 112 142 32 25
Binary 110001 1000010 100111 11010 0 101001 1001010 1100010 11010 10101

Color Harmonies of #314227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314227

Black with #314227

Text Example


Text Example

White with #314227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314227; }

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

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

background-color css

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

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

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

border-color css

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

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

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