#313C08

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

Shades of Turtle Green #313C08

Tints of Turtle Green #313C08

Color information

#313C08 (or 0x313C08) is unknown color: approx Turtle Green. HEX triplet: 31, 3C and 08. RGB value is (49,60,8). Sum of RGB (Red+Green+Blue) = 49+60+8=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #313C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313C08 is #CEC3F7. Grayscale: #323232. Windows color (decimal): -13550584 or 539697. OLE color: 539697.

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

Color convert

RGB49608-
CMYK0.1800.870.76
HSL72.69º76.47%13.33%-
HSV(B)72.69º86.67%23.53%-
XYZ2.933.90.83-
YUV50.78103.86126.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 60 (23.83% from 255) = 51.28%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=41.88%
G=51.28%
B=6.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal496080.1800.870.7672.6976.4713.33
Hex313C8120574C494cd
Octal61741022012711411111415
Binary110001111100100010010010101111001100100100110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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