Html Css Color HEX #314C2E Palm Leaf

📋 copy color: '#314C2E'

red 49 ◦ green 76 ◦ blue 46

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

Shades of Palm Leaf #314C2E

Tints of Palm Leaf #314C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.9%

R = 28.65%
G = 44.44%
B = 26.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#314C2E (or 0x314C2E) is known color: Palm Leaf. HEX triplet: 31, 4C and 2E. RGB value is (49,76,46). Sum of RGB (Red+Green+Blue) = 49+76+46=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #314C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C2E is #CEB3D1. Grayscale: #404040. Windows color (decimal): -13546450 or 3034161. OLE color: 3034161.

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

Color convert

RGB 49 76 46 -
CMYK 0.36 0 0.39 0.70
HSL 114º 0.25% 0.24% -
HSV(B) 114º 0.39% 0.3% -
XYZ 4.34 6.02 3.52 -
YUV 64.51 117.55 116.94 -
System Red Green Blue C M Y K H S L
Decimal 49 76 46 0.36 0 0.39 0.70 114 0.25 0.24
Hex 31 4C 2E 24 0 27 46 72 19 18
Octal 61 114 56 44 0 47 106 162 31 30
Binary 110001 1001100 101110 100100 0 100111 1000110 1110010 11001 11000

Color Harmonies of #314C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C2E

Black with #314C2E

Text Example


Text Example

White with #314C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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