Html Css Color HEX #314C22 Palm Leaf

📋 copy color: '#314C22'

red 49 ◦ green 76 ◦ blue 34

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

Shades of Palm Leaf #314C22

Tints of Palm Leaf #314C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.38%

R = 30.82%
G = 47.8%
B = 21.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#314C22 (or 0x314C22) is known color: Palm Leaf. HEX triplet: 31, 4C and 22. RGB value is (49,76,34). Sum of RGB (Red+Green+Blue) = 49+76+34=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 34 (13.67% from 255 or 21.38% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #314C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C22 is #CEB3DD. Grayscale: #3F3F3F. Windows color (decimal): -13546462 or 2247729. OLE color: 2247729.

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

Color convert

RGB 49 76 34 -
CMYK 0.36 0 0.55 0.70
HSL 98.57º 0.38% 0.22% -
HSV(B) 98.57º 0.55% 0.3% -
XYZ 4.14 5.94 2.44 -
YUV 63.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 49 76 34 0.36 0 0.55 0.70 98.57 0.38 0.22
Hex 31 4C 22 24 0 37 46 63 26 16
Octal 61 114 42 44 0 67 106 143 46 26
Binary 110001 1001100 100010 100100 0 110111 1000110 1100011 100110 10110

Color Harmonies of #314C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C22

Black with #314C22

Text Example


Text Example

White with #314C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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