#314306

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

Shades of Turtle Green #314306

Tints of Turtle Green #314306

Color information

#314306 (or 0x314306) is unknown color: approx Turtle Green. HEX triplet: 31, 43 and 06. RGB value is (49,67,6). Sum of RGB (Red+Green+Blue) = 49+67+6=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #314306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314306 is #CEBCF9. Grayscale: #363636. Windows color (decimal): -13548794 or 410417. OLE color: 410417.

HSL color Cylindrical-coordinate representation of color #314306: hue angle of 77.7º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #314306 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB49676-
CMYK0.2700.910.74
HSL77.7º83.56%14.31%-
HSV(B)77.7º91.04%26.27%-
XYZ3.314.680.9-
YUV54.66100.54123.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.16%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=40.16%
G=54.92%
B=4.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal496760.2700.910.7477.783.5614.31
Hex314361B05B4A4e54e
Octal61103633013311211612416
Binary110001100001111011011010110111001010100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314306; }

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

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

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

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

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

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

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

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