#3A4703

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

Shades of Turtle Green #3A4703

Tints of Turtle Green #3A4703

Color information

#3A4703 (or 0x3A4703) is unknown color: approx Turtle Green. HEX triplet: 3A, 47 and 03. RGB value is (58,71,3). Sum of RGB (Red+Green+Blue) = 58+71+3=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #3A4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4703 is #C5B8FC. Grayscale: #3B3B3B. Windows color (decimal): -12957949 or 214842. OLE color: 214842.

HSL color Cylindrical-coordinate representation of color #3A4703: hue angle of 71.47º 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 #3A4703 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB58713-
CMYK0.1800.960.72
HSL71.47º91.89%14.51%-
HSV(B)71.47º95.77%27.84%-
XYZ4.015.410.92-
YUV59.3696.19127.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 71 (28.12% from 255) = 53.79%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=43.94%
G=53.79%
B=2.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal587130.1800.960.7271.4791.8914.51
Hex3A4731206048475cf
Octal72107322014011010713417
Binary11101010001111110010011000001001000100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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