#314706

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

Shades of Turtle Green #314706

Tints of Turtle Green #314706

Color information

#314706 (or 0x314706) is unknown color: approx Turtle Green. HEX triplet: 31, 47 and 06. RGB value is (49,71,6). Sum of RGB (Red+Green+Blue) = 49+71+6=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #314706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314706 is #CEB8F9. Grayscale: #393939. Windows color (decimal): -13547770 or 411441. OLE color: 411441.

HSL color Cylindrical-coordinate representation of color #314706: hue angle of 80.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314706 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB49716-
CMYK0.3100.920.72
HSL80.31º84.42%15.1%-
HSV(B)80.31º91.55%27.84%-
XYZ3.555.170.98-
YUV57.0199.21122.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=38.89%
G=56.35%
B=4.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal497160.3100.920.7280.3184.4215.1
Hex314761F05C485054f
Octal61107637013411012012417
Binary110001100011111011111010111001001000101000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314706; }

 p { color: rgb(49,71,6); }

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

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

 a { background-color: rgb(49,71,6); }

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

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

 span { border-color: rgb(49,71,6); }

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