#313614

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

Shades of Turtle Green #313614

Tints of Turtle Green #313614

Color information

#313614 (or 0x313614) is unknown color: approx Turtle Green. HEX triplet: 31, 36 and 14. RGB value is (49,54,20). Sum of RGB (Red+Green+Blue) = 49+54+20=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #313614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313614 is #CEC9EB. Grayscale: #303030. Windows color (decimal): -13552108 or 1324593. OLE color: 1324593.

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

Color convert

RGB495420-
CMYK0.0900.630.79
HSL68.82º45.95%14.51%-
HSV(B)68.82º62.96%21.18%-
XYZ2.713.341.16-
YUV48.63111.84128.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=39.84%
G=43.90%
B=16.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954200.0900.630.7968.8245.9514.51
Hex313614903F4F452ef
Octal616624110771171055617
Binary1100011101101010010010111111100111110001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313614; }

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

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

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

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

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

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

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

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