#3A4803

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

Shades of Turtle Green #3A4803

Tints of Turtle Green #3A4803

Color information

#3A4803 (or 0x3A4803) is unknown color: approx Turtle Green. HEX triplet: 3A, 48 and 03. RGB value is (58,72,3). Sum of RGB (Red+Green+Blue) = 58+72+3=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #3A4803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4803 is #C5B7FC. Grayscale: #3C3C3C. Windows color (decimal): -12957693 or 215098. OLE color: 215098.

HSL color Cylindrical-coordinate representation of color #3A4803: hue angle of 72.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A4803 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB58723-
CMYK0.1900.960.72
HSL72.17º92%14.71%-
HSV(B)72.17º95.83%28.24%-
XYZ4.085.540.94-
YUV59.9595.86126.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.61%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 3 (1.56% from 255) = 2.26%
R=43.61%
G=54.14%
B=2.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal587230.1900.960.7272.179214.71
Hex3A4831306048485cf
Octal72110323014011011013417
Binary11101010010001110011011000001001000100100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,3); }

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

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

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

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

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

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

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