Html Css Color HEX #314830 Palm Leaf

📋 copy color: '#314830'

red 49 ◦ green 72 ◦ blue 48

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

Shades of Palm Leaf #314830

Tints of Palm Leaf #314830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

 BLUE value IS 48 (19.14% from 255) = 28.4%

R = 28.99%
G = 42.6%
B = 28.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#314830 (or 0x314830) is known color: Palm Leaf. HEX triplet: 31, 48 and 30. RGB value is (49,72,48). Sum of RGB (Red+Green+Blue) = 49+72+48=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #314830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314830 is #CEB7CF. Grayscale: #3E3E3E. Windows color (decimal): -13547472 or 3164209. OLE color: 3164209.

HSL color Cylindrical-coordinate representation of color #314830: hue angle of 117.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314830 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 72 48 -
CMYK 0.32 0 0.33 0.72
HSL 117.5º 0.2% 0.24% -
HSV(B) 117.5º 0.33% 0.28% -
XYZ 4.12 5.5 3.64 -
YUV 62.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 49 72 48 0.32 0 0.33 0.72 117.5 0.2 0.24
Hex 31 48 30 20 0 21 48 76 14 18
Octal 61 110 60 40 0 41 110 166 24 30
Binary 110001 1001000 110000 100000 0 100001 1001000 1110110 10100 11000

Color Harmonies of #314830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314830

Black with #314830

Text Example


Text Example

White with #314830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314830; }

 p { color: rgb(49,72,48); }

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

background-color css

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

 a { background-color: rgb(49,72,48); }

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

border-color css

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

 span { border-color: rgb(49,72,48); }

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