#314B01

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

Shades of Turtle Green #314B01

Tints of Turtle Green #314B01

Color information

#314B01 (or 0x314B01) is unknown color: approx Turtle Green. HEX triplet: 31, 4B and 01. RGB value is (49,75,1). Sum of RGB (Red+Green+Blue) = 49+75+1=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #314B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314B01 is #CEB4FE. Grayscale: #3B3B3B. Windows color (decimal): -13546751 or 84785. OLE color: 84785.

HSL color Cylindrical-coordinate representation of color #314B01: hue angle of 81.08º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #314B01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB49751-
CMYK0.3500.990.71
HSL81.08º97.37%14.9%-
HSV(B)81.08º98.67%29.41%-
XYZ3.795.690.93-
YUV58.7995.39121.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.2%
GREEN value IS 75 (29.69% from 255) = 60%
BLUE value IS 1 (0.78% from 255) = 0.8%
R=39.2%
G=60%
B=0.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal497510.3500.990.7181.0897.3714.9
Hex314B123063475161f
Octal61113143014310712114117
Binary11000110010111100011011000111000111101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B01; }

 p { color: rgb(49,75,1); }

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

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

 a { background-color: rgb(49,75,1); }

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

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

 span { border-color: rgb(49,75,1); }

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