Html Css Color HEX #314C24 Palm Leaf

📋 copy color: '#314C24'

red 49 ◦ green 76 ◦ blue 36

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

Shades of Palm Leaf #314C24

Tints of Palm Leaf #314C24

RGB

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

 GREEN value IS 76 (30.08% from 255) = 47.2%

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

R = 30.43%
G = 47.2%
B = 22.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#314C24 (or 0x314C24) is known color: Palm Leaf. HEX triplet: 31, 4C and 24. RGB value is (49,76,36). Sum of RGB (Red+Green+Blue) = 49+76+36=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 76 - color contains mainly: green. Hex color #314C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C24 is #CEB3DB. Grayscale: #3F3F3F. Windows color (decimal): -13546460 or 2378801. OLE color: 2378801.

HSL color Cylindrical-coordinate representation of color #314C24: hue angle of 100.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #314C24 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 36 -
CMYK 0.36 0 0.53 0.70
HSL 100.5º 0.36% 0.22% -
HSV(B) 100.5º 0.53% 0.3% -
XYZ 4.17 5.95 2.6 -
YUV 63.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 49 76 36 0.36 0 0.53 0.70 100.5 0.36 0.22
Hex 31 4C 24 24 0 35 46 64 24 16
Octal 61 114 44 44 0 65 106 144 44 26
Binary 110001 1001100 100100 100100 0 110101 1000110 1100100 100100 10110

Color Harmonies of #314C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C24

Black with #314C24

Text Example


Text Example

White with #314C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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