#3A4502

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

Shades of Turtle Green #3A4502

Tints of Turtle Green #3A4502

Color information

#3A4502 (or 0x3A4502) is unknown color: approx Turtle Green. HEX triplet: 3A, 45 and 02. RGB value is (58,69,2). Sum of RGB (Red+Green+Blue) = 58+69+2=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4502 is #C5BAFD. Grayscale: #3A3A3A. Windows color (decimal): -12958462 or 148794. OLE color: 148794.

HSL color Cylindrical-coordinate representation of color #3A4502: hue angle of 69.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A4502 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB58692-
CMYK0.1600.970.73
HSL69.85º94.37%13.92%-
HSV(B)69.85º97.1%27.06%-
XYZ3.885.160.85-
YUV58.0796.36127.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.96%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=44.96%
G=53.49%
B=1.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal586920.1600.970.7369.8594.3713.92
Hex3A4521006149465ee
Octal72105220014111110613616
Binary11101010001011010000011000011001001100011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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