#3A4307

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

Shades of Turtle Green #3A4307

Tints of Turtle Green #3A4307

Color information

#3A4307 (or 0x3A4307) is unknown color: approx Turtle Green. HEX triplet: 3A, 43 and 07. RGB value is (58,67,7). Sum of RGB (Red+Green+Blue) = 58+67+7=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4307 is #C5BCF8. Grayscale: #393939. Windows color (decimal): -12958969 or 475962. OLE color: 475962.

HSL color Cylindrical-coordinate representation of color #3A4307: hue angle of 69º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A4307 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB58677-
CMYK0.1300.900.74
HSL69º81.08%14.51%-
HSV(B)69º89.55%26.27%-
XYZ3.794.930.95-
YUV57.4799.52128.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=43.94%
G=50.76%
B=5.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal586770.1300.900.746981.0814.51
Hex3A437D05A4A4551f
Octal72103715013211210512117
Binary11101010000111111101010110101001010100010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,7); }

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

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

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

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

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

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

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