#3A4200

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

Shades of Turtle Green #3A4200

Tints of Turtle Green #3A4200

Color information

#3A4200 (or 0x3A4200) is unknown color: approx Turtle Green. HEX triplet: 3A, 42 and 00. RGB value is (58,66,0). Sum of RGB (Red+Green+Blue) = 58+66+0=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4200 is #C5BDFF. Grayscale: #383838. Windows color (decimal): -12959232 or 16954. OLE color: 16954.

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

Color convert

RGB58660-
CMYK0.12010.74
HSL67.27º100%12.94%-
HSV(B)67.27º100%25.88%-
XYZ3.694.80.73-
YUV56.0896.35129.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.77%
G=53.23%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal586600.12010.7467.2710012.94
Hex3A420C0644A4364d
Octal72102014014411210314415
Binary111010100001001100011001001001010100001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,0); }

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

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

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

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

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

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

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