#3C3D01

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

Shades of Turtle Green #3C3D01

Tints of Turtle Green #3C3D01

Color information

#3C3D01 (or 0x3C3D01) is unknown color: approx Turtle Green. HEX triplet: 3C, 3D and 01. RGB value is (60,61,1). Sum of RGB (Red+Green+Blue) = 60+61+1=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #3C3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3D01 is #C3C2FE. Grayscale: #363636. Windows color (decimal): -12829439 or 81212. OLE color: 81212.

HSL color Cylindrical-coordinate representation of color #3C3D01: hue angle of 61º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C3D01 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB60611-
CMYK0.0200.980.76
HSL61º96.77%12.16%-
HSV(B)61º98.36%23.92%-
XYZ3.544.30.67-
YUV53.8698.17132.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.18%
GREEN value IS 61 (24.22% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 0.82%
R=49.18%
G=50%
B=0.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal606110.0200.980.766196.7712.16
Hex3C3D120624C3d61c
Octal74751201421147514114
Binary11110011110111001100010100110011110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,61,1); }

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

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

 a { background-color: rgb(60,61,1); }

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

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

 span { border-color: rgb(60,61,1); }

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