#314017

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

Shades of Turtle Green #314017

Tints of Turtle Green #314017

Color information

#314017 (or 0x314017) is unknown color: approx Turtle Green. HEX triplet: 31, 40 and 17. RGB value is (49,64,23). Sum of RGB (Red+Green+Blue) = 49+64+23=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #314017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314017 is #CEBFE8. Grayscale: #363636. Windows color (decimal): -13549545 or 1523761. OLE color: 1523761.

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

Color convert

RGB496423-
CMYK0.2300.640.75
HSL81.95º47.13%17.06%-
HSV(B)81.95º64.06%25.1%-
XYZ3.254.381.48-
YUV54.84110.03123.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=36.03%
G=47.06%
B=16.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964230.2300.640.7581.9547.1317.06
Hex314017170404B522f11
Octal61100272701001131225721
Binary11000110000001011110111010000001001011101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314017; }

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

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

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

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

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

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

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

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