Html Css Color HEX #314029 Palm Leaf

📋 copy color: '#314029'

red 49 ◦ green 64 ◦ blue 41

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

Shades of Palm Leaf #314029

Tints of Palm Leaf #314029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 31.82%
G = 41.56%
B = 26.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#314029 (or 0x314029) is known color: Palm Leaf. HEX triplet: 31, 40 and 29. RGB value is (49,64,41). Sum of RGB (Red+Green+Blue) = 49+64+41=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #314029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314029 is #CEBFD6. Grayscale: #383838. Windows color (decimal): -13549527 or 2703409. OLE color: 2703409.

HSL color Cylindrical-coordinate representation of color #314029: hue angle of 99.13º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314029 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 41 -
CMYK 0.23 0 0.36 0.75
HSL 99.13º 0.22% 0.21% -
HSV(B) 99.13º 0.36% 0.25% -
XYZ 3.5 4.48 2.78 -
YUV 56.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 49 64 41 0.23 0 0.36 0.75 99.13 0.22 0.21
Hex 31 40 29 17 0 24 4B 63 16 15
Octal 61 100 51 27 0 44 113 143 26 25
Binary 110001 1000000 101001 10111 0 100100 1001011 1100011 10110 10101

Color Harmonies of #314029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314029

Black with #314029

Text Example


Text Example

White with #314029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314029; }

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

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

background-color css

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

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

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

border-color css

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

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

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