#314616

Color #314616 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #314616

Tints of Turtle Green #314616

Color information

#314616 (or 0x314616) is unknown color: approx Turtle Green. HEX triplet: 31, 46 and 16. RGB value is (49,70,22). Sum of RGB (Red+Green+Blue) = 49+70+22=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #314616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314616 is #CEB9E9. Grayscale: #3A3A3A. Windows color (decimal): -13548010 or 1459761. OLE color: 1459761.

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

Color convert

RGB497022-
CMYK0.3000.690.73
HSL86.25º52.17%18.04%-
HSV(B)86.25º68.57%27.45%-
XYZ3.65.091.55-
YUV58.25107.54121.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=34.75%
G=49.65%
B=15.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970220.3000.690.7386.2552.1718.04
Hex3146161E04549563412
Octal61106263601051111266422
Binary11000110001101011011110010001011001001101011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314616; }

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

 H1.HeaderClassName
 {
   color: #314616;
 }
 .AnyTagClassName
 {
   color: #314616;
 }
</style>
background-color css

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

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

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

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

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

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