#3C4304

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

Shades of Turtle Green #3C4304

Tints of Turtle Green #3C4304

Color information

#3C4304 (or 0x3C4304) is unknown color: approx Turtle Green. HEX triplet: 3C, 43 and 04. RGB value is (60,67,4). Sum of RGB (Red+Green+Blue) = 60+67+4=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4304 is #C3BCFB. Grayscale: #393939. Windows color (decimal): -12827900 or 279356. OLE color: 279356.

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

Color convert

RGB60674-
CMYK0.1000.940.74
HSL66.67º88.73%13.92%-
HSV(B)66.67º94.03%26.27%-
XYZ3.894.980.87-
YUV57.7297.68129.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.80%
GREEN value IS 67 (26.56% from 255) = 51.15%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=45.80%
G=51.15%
B=3.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal606740.1000.940.7466.6788.7313.92
Hex3C434A05E4A4359e
Octal74103412013611210313116
Binary11110010000111001010010111101001010100001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,67,4); }

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

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

 a { background-color: rgb(60,67,4); }

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

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

 span { border-color: rgb(60,67,4); }

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