#3A4302

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

Shades of Turtle Green #3A4302

Tints of Turtle Green #3A4302

Color information

#3A4302 (or 0x3A4302) is unknown color: approx Turtle Green. HEX triplet: 3A, 43 and 02. RGB value is (58,67,2). Sum of RGB (Red+Green+Blue) = 58+67+2=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4302 is #C5BCFD. Grayscale: #393939. Windows color (decimal): -12958974 or 148282. OLE color: 148282.

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

Color convert

RGB58672-
CMYK0.1300.970.74
HSL68.31º94.2%13.53%-
HSV(B)68.31º97.01%26.27%-
XYZ3.764.920.81-
YUV56.997.02128.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 45.67%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=45.67%
G=52.76%
B=1.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal586720.1300.970.7468.3194.213.53
Hex3A432D0614A445ee
Octal72103215014111210413616
Binary1110101000011101101011000011001010100010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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