#3A3702

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

Shades of Turtle Green #3A3702

Tints of Turtle Green #3A3702

Color information

#3A3702 (or 0x3A3702) is unknown color: approx Turtle Green. HEX triplet: 3A, 37 and 02. RGB value is (58,55,2). Sum of RGB (Red+Green+Blue) = 58+55+2=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3702 is #C5C8FD. Grayscale: #323232. Windows color (decimal): -12962046 or 145210. OLE color: 145210.

HSL color Cylindrical-coordinate representation of color #3A3702: hue angle of 56.79º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A3702 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB58552-
CMYK00.050.970.77
HSL56.79º93.33%11.76%-
HSV(B)56.79º96.55%22.75%-
XYZ3.123.640.59-
YUV49.86100.99133.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.43%
GREEN value IS 55 (21.88% from 255) = 47.83%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=50.43%
G=47.83%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5855200.050.970.7756.7993.3311.76
Hex3A37205614D395dc
Octal72672051411157113514
Binary1110101101111001011100001100110111100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,2); }

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

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

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

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

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

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

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