#314014

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

Shades of Turtle Green #314014

Tints of Turtle Green #314014

Color information

#314014 (or 0x314014) is unknown color: approx Turtle Green. HEX triplet: 31, 40 and 14. RGB value is (49,64,20). Sum of RGB (Red+Green+Blue) = 49+64+20=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #314014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314014 is #CEBFEB. Grayscale: #363636. Windows color (decimal): -13549548 or 1327153. OLE color: 1327153.

HSL color Cylindrical-coordinate representation of color #314014: hue angle of 80.45º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314014 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB496420-
CMYK0.2300.690.75
HSL80.45º52.38%16.47%-
HSV(B)80.45º68.75%25.1%-
XYZ3.234.371.34-
YUV54.5108.53124.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.84%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=36.84%
G=48.12%
B=15.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964200.2300.690.7580.4552.3816.47
Hex314014170454B503410
Octal61100242701051131206420
Binary11000110000001010010111010001011001011101000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314014; }

 p { color: rgb(49,64,20); }

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

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

 a { background-color: rgb(49,64,20); }

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

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

 span { border-color: rgb(49,64,20); }

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