#3C4102

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

Shades of Turtle Green #3C4102

Tints of Turtle Green #3C4102

Color information

#3C4102 (or 0x3C4102) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 02. RGB value is (60,65,2). Sum of RGB (Red+Green+Blue) = 60+65+2=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4102 is #C3BEFD. Grayscale: #383838. Windows color (decimal): -12828414 or 147772. OLE color: 147772.

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

Color convert

RGB60652-
CMYK0.0800.970.75
HSL64.76º94.03%13.14%-
HSV(B)64.76º96.92%25.49%-
XYZ3.764.750.78-
YUV56.3297.34130.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 47.24%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=47.24%
G=51.18%
B=1.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal606520.0800.970.7564.7694.0313.14
Hex3C41280614B415ed
Octal74101210014111310113615
Binary1111001000001101000011000011001011100000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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