#314200

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

Shades of Turtle Green #314200

Tints of Turtle Green #314200

Color information

#314200 (or 0x314200) is unknown color: approx Turtle Green. HEX triplet: 31, 42 and 00. RGB value is (49,66,0). Sum of RGB (Red+Green+Blue) = 49+66+0=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #314200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314200 is #CEBDFF. Grayscale: #353535. Windows color (decimal): -13549056 or 16945. OLE color: 16945.

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

Color convert

RGB49660-
CMYK0.26010.74
HSL75.45º100%12.94%-
HSV(B)75.45º100%25.88%-
XYZ3.214.550.71-
YUV53.3997.87124.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 66 (26.17% from 255) = 57.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.61%
G=57.39%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal496600.26010.7475.4510012.94
Hex314201A0644A4b64d
Octal61102032014411211314415
Binary1100011000010011010011001001001010100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314200; }

 p { color: rgb(49,66,0); }

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

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

 a { background-color: rgb(49,66,0); }

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

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

 span { border-color: rgb(49,66,0); }

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