#393A0D

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

Shades of Turtle Green #393A0D

Tints of Turtle Green #393A0D

Color information

#393A0D (or 0x393A0D) is unknown color: approx Turtle Green. HEX triplet: 39, 3A and 0D. RGB value is (57,58,13). Sum of RGB (Red+Green+Blue) = 57+58+13=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #393A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393A0D is #C6C5F2. Grayscale: #343434. Windows color (decimal): -13026803 or 866873. OLE color: 866873.

HSL color Cylindrical-coordinate representation of color #393A0D: hue angle of 61.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393A0D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB575813-
CMYK0.0200.780.77
HSL61.33º63.38%13.92%-
HSV(B)61.33º77.59%22.75%-
XYZ3.273.930.97-
YUV52.57105.67131.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.53%
GREEN value IS 58 (23.05% from 255) = 45.31%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=44.53%
G=45.31%
B=10.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5758130.0200.780.7761.3363.3813.92
Hex393AD204E4D3d3fe
Octal71721520116115757716
Binary1110011110101101100100111010011011111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393A0D; }

 p { color: rgb(57,58,13); }

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

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

 a { background-color: rgb(57,58,13); }

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

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

 span { border-color: rgb(57,58,13); }

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