Html Css Color HEX #314629 Palm Leaf

📋 copy color: '#314629'

red 49 ◦ green 70 ◦ blue 41

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

Shades of Palm Leaf #314629

Tints of Palm Leaf #314629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 30.63%
G = 43.75%
B = 25.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#314629 (or 0x314629) is known color: Palm Leaf. HEX triplet: 31, 46 and 29. RGB value is (49,70,41). Sum of RGB (Red+Green+Blue) = 49+70+41=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #314629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314629 is #CEB9D6. Grayscale: #3C3C3C. Windows color (decimal): -13547991 or 2704945. OLE color: 2704945.

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

Color convert

RGB 49 70 41 -
CMYK 0.30 0 0.41 0.73
HSL 103.45º 0.26% 0.22% -
HSV(B) 103.45º 0.41% 0.27% -
XYZ 3.86 5.19 2.9 -
YUV 60.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 49 70 41 0.30 0 0.41 0.73 103.45 0.26 0.22
Hex 31 46 29 1E 0 29 49 67 1A 16
Octal 61 106 51 36 0 51 111 147 32 26
Binary 110001 1000110 101001 11110 0 101001 1001001 1100111 11010 10110

Color Harmonies of #314629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314629

Black with #314629

Text Example


Text Example

White with #314629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314629; }

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

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

background-color css

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

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

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

border-color css

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

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

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