#313B03

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

Shades of Turtle Green #313B03

Tints of Turtle Green #313B03

Color information

#313B03 (or 0x313B03) is unknown color: approx Turtle Green. HEX triplet: 31, 3B and 03. RGB value is (49,59,3). Sum of RGB (Red+Green+Blue) = 49+59+3=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #313B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B03 is #CEC4FC. Grayscale: #313131. Windows color (decimal): -13550845 or 211761. OLE color: 211761.

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

Color convert

RGB49593-
CMYK0.1700.950.77
HSL70.71º90.32%12.16%-
HSV(B)70.71º94.92%23.14%-
XYZ2.853.790.67-
YUV49.63101.69127.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 59 (23.44% from 255) = 53.15%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=44.14%
G=53.15%
B=2.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal495930.1700.950.7770.7190.3212.16
Hex313B31105F4D475ac
Octal6173321013711510713214
Binary1100011110111110001010111111001101100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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