#3A3A13

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

Shades of Turtle Green #3A3A13

Tints of Turtle Green #3A3A13

Color information

#3A3A13 (or 0x3A3A13) is unknown color: approx Turtle Green. HEX triplet: 3A, 3A and 13. RGB value is (58,58,19). Sum of RGB (Red+Green+Blue) = 58+58+19=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 58 - color contains mainly: red, green. Hex color #3A3A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3A13 is #C5C5EC. Grayscale: #353535. Windows color (decimal): -12961261 or 1260090. OLE color: 1260090.

HSL color Cylindrical-coordinate representation of color #3A3A13: hue angle of 60º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3A13 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB585819-
CMYK000.670.77
HSL60º50.65%15.1%-
HSV(B)60º67.24%22.75%-
XYZ3.383.971.2-
YUV53.55108.5131.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.96%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=42.96%
G=42.96%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal585819000.670.776050.6515.1
Hex3A3A1300434D3c33f
Octal72722300103115746317
Binary1110101110101001100100001110011011111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,58,19); }

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

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

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

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

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

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

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