#314A07

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

Shades of Turtle Green #314A07

Tints of Turtle Green #314A07

Color information

#314A07 (or 0x314A07) is unknown color: approx Turtle Green. HEX triplet: 31, 4A and 07. RGB value is (49,74,7). Sum of RGB (Red+Green+Blue) = 49+74+7=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #314A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A07 is #CEB5F8. Grayscale: #3B3B3B. Windows color (decimal): -13547001 or 477745. OLE color: 477745.

HSL color Cylindrical-coordinate representation of color #314A07: hue angle of 82.39º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #314A07 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB49747-
CMYK0.3400.910.71
HSL82.39º82.72%15.88%-
HSV(B)82.39º90.54%29.02%-
XYZ3.755.571.08-
YUV58.8998.72120.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 74 (29.30% from 255) = 56.92%
BLUE value IS 7 (3.12% from 255) = 5.38%
R=37.69%
G=56.92%
B=5.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal497470.3400.910.7182.3982.7215.88
Hex314A72205B47525310
Octal61112742013310712212320
Binary11000110010101111000100101101110001111010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314A07; }

 p { color: rgb(49,74,7); }

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

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

 a { background-color: rgb(49,74,7); }

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

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

 span { border-color: rgb(49,74,7); }

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