Html Css Color HEX #314529 Palm Leaf

📋 copy color: '#314529'

red 49 ◦ green 69 ◦ blue 41

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

Shades of Palm Leaf #314529

Tints of Palm Leaf #314529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 30.82%
G = 43.4%
B = 25.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#314529 (or 0x314529) is known color: Palm Leaf. HEX triplet: 31, 45 and 29. RGB value is (49,69,41). Sum of RGB (Red+Green+Blue) = 49+69+41=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #314529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314529 is #CEBAD6. Grayscale: #3B3B3B. Windows color (decimal): -13548247 or 2704689. OLE color: 2704689.

HSL color Cylindrical-coordinate representation of color #314529: hue angle of 102.86º degrees, saturation: 0.25, 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 #314529 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 41 -
CMYK 0.29 0 0.41 0.73
HSL 102.86º 0.25% 0.22% -
HSV(B) 102.86º 0.41% 0.27% -
XYZ 3.79 5.07 2.88 -
YUV 59.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 49 69 41 0.29 0 0.41 0.73 102.86 0.25 0.22
Hex 31 45 29 1D 0 29 49 67 19 16
Octal 61 105 51 35 0 51 111 147 31 26
Binary 110001 1000101 101001 11101 0 101001 1001001 1100111 11001 10110

Color Harmonies of #314529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314529

Black with #314529

Text Example


Text Example

White with #314529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314529; }

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

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

background-color css

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

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

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

border-color css

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

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

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