Html Css Color HEX #314524 Palm Leaf

📋 copy color: '#314524'

red 49 ◦ green 69 ◦ blue 36

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

Shades of Palm Leaf #314524

Tints of Palm Leaf #314524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 31.82%
G = 44.81%
B = 23.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#314524 (or 0x314524) is known color: Palm Leaf. HEX triplet: 31, 45 and 24. RGB value is (49,69,36). Sum of RGB (Red+Green+Blue) = 49+69+36=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #314524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314524 is #CEBADB. Grayscale: #3B3B3B. Windows color (decimal): -13548252 or 2377009. OLE color: 2377009.

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

Color convert

RGB 49 69 36 -
CMYK 0.29 0 0.48 0.73
HSL 96.36º 0.31% 0.21% -
HSV(B) 96.36º 0.48% 0.27% -
XYZ 3.71 5.04 2.45 -
YUV 59.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 49 69 36 0.29 0 0.48 0.73 96.36 0.31 0.21
Hex 31 45 24 1D 0 30 49 60 1F 15
Octal 61 105 44 35 0 60 111 140 37 25
Binary 110001 1000101 100100 11101 0 110000 1001001 1100000 11111 10101

Color Harmonies of #314524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314524

Black with #314524

Text Example


Text Example

White with #314524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314524; }

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

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

background-color css

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

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

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

border-color css

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

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

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