#3C4100

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

Shades of Turtle Green #3C4100

Tints of Turtle Green #3C4100

Color information

#3C4100 (or 0x3C4100) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 00. RGB value is (60,65,0). Sum of RGB (Red+Green+Blue) = 60+65+0=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4100 is #C3BEFF. Grayscale: #383838. Windows color (decimal): -12828416 or 16700. OLE color: 16700.

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

Color convert

RGB60650-
CMYK0.08010.75
HSL64.62º100%12.75%-
HSV(B)64.62º100%25.49%-
XYZ3.754.740.72-
YUV56.196.34130.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 0 (0.39% from 255) = 0%
R=48%
G=52%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal606500.08010.7564.6210012.75
Hex3C41080644B4164d
Octal74101010014411310114415
Binary111100100000101000011001001001011100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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