Html Css Color HEX #314627 Palm Leaf

📋 copy color: '#314627'

red 49 ◦ green 70 ◦ blue 39

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

Shades of Palm Leaf #314627

Tints of Palm Leaf #314627

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

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

R = 31.01%
G = 44.3%
B = 24.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#314627 (or 0x314627) is known color: Palm Leaf. HEX triplet: 31, 46 and 27. RGB value is (49,70,39). Sum of RGB (Red+Green+Blue) = 49+70+39=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #314627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314627 is #CEB9D8. Grayscale: #3C3C3C. Windows color (decimal): -13547993 or 2573873. OLE color: 2573873.

HSL color Cylindrical-coordinate representation of color #314627: hue angle of 100.65º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314627 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 39 -
CMYK 0.30 0 0.44 0.73
HSL 100.65º 0.28% 0.21% -
HSV(B) 100.65º 0.44% 0.27% -
XYZ 3.82 5.18 2.72 -
YUV 60.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 49 70 39 0.30 0 0.44 0.73 100.65 0.28 0.21
Hex 31 46 27 1E 0 2C 49 65 1C 15
Octal 61 106 47 36 0 54 111 145 34 25
Binary 110001 1000110 100111 11110 0 101100 1001001 1100101 11100 10101

Color Harmonies of #314627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314627

Black with #314627

Text Example


Text Example

White with #314627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314627; }

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

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

background-color css

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

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

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

border-color css

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

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

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