#314305

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

Shades of Turtle Green #314305

Tints of Turtle Green #314305

Color information

#314305 (or 0x314305) is unknown color: approx Turtle Green. HEX triplet: 31, 43 and 05. RGB value is (49,67,5). Sum of RGB (Red+Green+Blue) = 49+67+5=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #314305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314305 is #CEBCFA. Grayscale: #363636. Windows color (decimal): -13548795 or 344881. OLE color: 344881.

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

Color convert

RGB49675-
CMYK0.2700.930.74
HSL77.42º86.11%14.12%-
HSV(B)77.42º92.54%26.27%-
XYZ3.34.680.87-
YUV54.55100.04124.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 40.50%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=40.50%
G=55.37%
B=4.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal496750.2700.930.7477.4286.1114.12
Hex314351B05D4A4d56e
Octal61103533013511211512616
Binary110001100001110111011010111011001010100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314305; }

 p { color: rgb(49,67,5); }

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

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

 a { background-color: rgb(49,67,5); }

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

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

 span { border-color: rgb(49,67,5); }

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