Html Css Color HEX #314630 Palm Leaf

📋 copy color: '#314630'

red 49 ◦ green 70 ◦ blue 48

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

Shades of Palm Leaf #314630

Tints of Palm Leaf #314630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 29.34%
G = 41.92%
B = 28.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#314630 (or 0x314630) is known color: Palm Leaf. HEX triplet: 31, 46 and 30. RGB value is (49,70,48). Sum of RGB (Red+Green+Blue) = 49+70+48=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #314630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314630 is #CEB9CF. Grayscale: #3D3D3D. Windows color (decimal): -13547984 or 3163697. OLE color: 3163697.

HSL color Cylindrical-coordinate representation of color #314630: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314630 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 48 -
CMYK 0.30 0 0.31 0.73
HSL 117.27º 0.19% 0.23% -
HSV(B) 117.27º 0.31% 0.27% -
XYZ 3.99 5.25 3.6 -
YUV 61.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 49 70 48 0.30 0 0.31 0.73 117.27 0.19 0.23
Hex 31 46 30 1E 0 1F 49 75 13 17
Octal 61 106 60 36 0 37 111 165 23 27
Binary 110001 1000110 110000 11110 0 11111 1001001 1110101 10011 10111

Color Harmonies of #314630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314630

Black with #314630

Text Example


Text Example

White with #314630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314630; }

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

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

background-color css

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

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

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

border-color css

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

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

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