#3C411B

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

Shades of Turtle Green #3C411B

Tints of Turtle Green #3C411B

Color information

#3C411B (or 0x3C411B) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 1B. RGB value is (60,65,27). Sum of RGB (Red+Green+Blue) = 60+65+27=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #3C411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C411B is #C3BEE4. Grayscale: #3B3B3B. Windows color (decimal): -12828389 or 1786172. OLE color: 1786172.

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

Color convert

RGB606527-
CMYK0.0800.580.75
HSL67.89º41.3%18.04%-
HSV(B)67.89º58.46%25.49%-
XYZ3.954.821.76-
YUV59.17109.84128.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=39.47%
G=42.76%
B=17.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065270.0800.580.7567.8941.318.04
Hex3C411B803A4B442912
Octal7410133100721131045122
Binary111100100000111011100001110101001011100010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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