#313618

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

Shades of Turtle Green #313618

Tints of Turtle Green #313618

Color information

#313618 (or 0x313618) is unknown color: approx Turtle Green. HEX triplet: 31, 36 and 18. RGB value is (49,54,24). Sum of RGB (Red+Green+Blue) = 49+54+24=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #313618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313618 is #CEC9E7. Grayscale: #313131. Windows color (decimal): -13552104 or 1586737. OLE color: 1586737.

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

Color convert

RGB495424-
CMYK0.0900.560.79
HSL70º38.46%15.29%-
HSV(B)70º55.56%21.18%-
XYZ2.753.361.37-
YUV49.08113.84127.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=38.58%
G=42.52%
B=18.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4954240.0900.560.797038.4615.29
Hex31361890384F4626f
Octal616630110701171064617
Binary1100011101101100010010111000100111110001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313618; }

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

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

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

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

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

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

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

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