#313C03

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

Shades of Turtle Green #313C03

Tints of Turtle Green #313C03

Color information

#313C03 (or 0x313C03) is unknown color: approx Turtle Green. HEX triplet: 31, 3C and 03. RGB value is (49,60,3). Sum of RGB (Red+Green+Blue) = 49+60+3=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #313C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C03 is #CEC3FC. Grayscale: #323232. Windows color (decimal): -13550589 or 212017. OLE color: 212017.

HSL color Cylindrical-coordinate representation of color #313C03: hue angle of 71.58º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #313C03 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB49603-
CMYK0.1800.950.76
HSL71.58º90.48%12.35%-
HSV(B)71.58º95%23.53%-
XYZ2.93.890.68-
YUV50.21101.36127.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 60 (23.83% from 255) = 53.57%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=43.75%
G=53.57%
B=2.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal496030.1800.950.7671.5890.4812.35
Hex313C31205F4C485ac
Octal6174322013711411013214
Binary1100011111001110010010111111001100100100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313C03; }

 p { color: rgb(49,60,3); }

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

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

 a { background-color: rgb(49,60,3); }

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

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

 span { border-color: rgb(49,60,3); }

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