#3C4104

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

Shades of Turtle Green #3C4104

Tints of Turtle Green #3C4104

Color information

#3C4104 (or 0x3C4104) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 04. RGB value is (60,65,4). Sum of RGB (Red+Green+Blue) = 60+65+4=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4104 is #C3BEFB. Grayscale: #383838. Windows color (decimal): -12828412 or 278844. OLE color: 278844.

HSL color Cylindrical-coordinate representation of color #3C4104: hue angle of 64.92º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C4104 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB60654-
CMYK0.0800.940.75
HSL64.92º88.41%13.53%-
HSV(B)64.92º93.85%25.49%-
XYZ3.784.750.83-
YUV56.5598.34130.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 46.51%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=46.51%
G=50.39%
B=3.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal606540.0800.940.7564.9288.4113.53
Hex3C414805E4B4158e
Octal74101410013611310113016
Binary11110010000011001000010111101001011100000110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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