#313B09

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

Shades of Turtle Green #313B09

Tints of Turtle Green #313B09

Color information

#313B09 (or 0x313B09) is unknown color: approx Turtle Green. HEX triplet: 31, 3B and 09. RGB value is (49,59,9). Sum of RGB (Red+Green+Blue) = 49+59+9=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #313B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313B09 is #CEC4F6. Grayscale: #323232. Windows color (decimal): -13550839 or 604977. OLE color: 604977.

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

Color convert

RGB49599-
CMYK0.1700.850.77
HSL72º73.53%13.33%-
HSV(B)72º84.75%23.14%-
XYZ2.883.80.84-
YUV50.31104.69127.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 59 (23.44% from 255) = 50.43%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=41.88%
G=50.43%
B=7.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal495990.1700.850.777273.5313.33
Hex313B9110554D484ad
Octal61731121012511511011215
Binary110001111011100110001010101011001101100100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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