#313609

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

Shades of Turtle Green #313609

Tints of Turtle Green #313609

Color information

#313609 (or 0x313609) is unknown color: approx Turtle Green. HEX triplet: 31, 36 and 09. RGB value is (49,54,9). Sum of RGB (Red+Green+Blue) = 49+54+9=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #313609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313609 is #CEC9F6. Grayscale: #2F2F2F. Windows color (decimal): -13552119 or 603697. OLE color: 603697.

HSL color Cylindrical-coordinate representation of color #313609: hue angle of 66.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #313609 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB49549-
CMYK0.0900.830.79
HSL66.67º71.43%12.35%-
HSV(B)66.67º83.33%21.18%-
XYZ2.643.310.76-
YUV47.38106.34129.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=43.75%
G=48.21%
B=8.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal495490.0900.830.7966.6771.4312.35
Hex3136990534F4347c
Octal61661111012311710310714
Binary11000111011010011001010100111001111100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313609; }

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

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

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

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

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

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

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

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