#3A390D

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

Shades of Turtle Green #3A390D

Tints of Turtle Green #3A390D

Color information

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

HSL color Cylindrical-coordinate representation of color #3A390D: hue angle of 58.67º 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 #3A390D is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB585713-
CMYK00.020.780.77
HSL58.67º63.38%13.92%-
HSV(B)58.67º77.59%22.75%-
XYZ3.283.850.95-
YUV52.28105.83132.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58571300.020.780.7758.6763.3813.92
Hex3A39D024E4D3b3fe
Octal72711502116115737716
Binary1110101110011101010100111010011011110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A390D; }

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

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

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

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

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

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

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

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