Html Css Color HEX #314926 Palm Leaf

📋 copy color: '#314926'

red 49 ◦ green 73 ◦ blue 38

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

Shades of Palm Leaf #314926

Tints of Palm Leaf #314926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 30.63%
G = 45.63%
B = 23.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#314926 (or 0x314926) is known color: Palm Leaf. HEX triplet: 31, 49 and 26. RGB value is (49,73,38). Sum of RGB (Red+Green+Blue) = 49+73+38=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #314926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314926 is #CEB6D9. Grayscale: #3D3D3D. Windows color (decimal): -13547226 or 2509105. OLE color: 2509105.

HSL color Cylindrical-coordinate representation of color #314926: hue angle of 101.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314926 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 38 -
CMYK 0.33 0 0.48 0.71
HSL 101.14º 0.32% 0.22% -
HSV(B) 101.14º 0.48% 0.29% -
XYZ 4 5.56 2.7 -
YUV 61.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 49 73 38 0.33 0 0.48 0.71 101.14 0.32 0.22
Hex 31 49 26 21 0 30 47 65 20 16
Octal 61 111 46 41 0 60 107 145 40 26
Binary 110001 1001001 100110 100001 0 110000 1000111 1100101 100000 10110

Color Harmonies of #314926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314926

Black with #314926

Text Example


Text Example

White with #314926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314926; }

 p { color: rgb(49,73,38); }

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

background-color css

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

 a { background-color: rgb(49,73,38); }

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

border-color css

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

 span { border-color: rgb(49,73,38); }

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