#314100

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

Shades of Turtle Green #314100

Tints of Turtle Green #314100

Color information

#314100 (or 0x314100) is unknown color: approx Turtle Green. HEX triplet: 31, 41 and 00. RGB value is (49,65,0). Sum of RGB (Red+Green+Blue) = 49+65+0=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #314100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314100 is #CEBEFF. Grayscale: #353535. Windows color (decimal): -13549312 or 16689. OLE color: 16689.

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

Color convert

RGB49650-
CMYK0.25010.75
HSL74.77º100%12.75%-
HSV(B)74.77º100%25.49%-
XYZ3.164.430.69-
YUV52.8198.2125.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.98%
G=57.02%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal496500.25010.7574.7710012.75
Hex31410190644B4b64d
Octal61101031014411311314415
Binary1100011000001011001011001001001011100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314100; }

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

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

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

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

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

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

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

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