#41400C

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

Shades of Turtle Green #41400C

Tints of Turtle Green #41400C

Color information

#41400C (or 0x41400C) is unknown color: approx Turtle Green. HEX triplet: 41, 40 and 0C. RGB value is (65,64,12). Sum of RGB (Red+Green+Blue) = 65+64+12=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41400C is #BEBFF3. Grayscale: #3A3A3A. Windows color (decimal): -12500980 or 802881. OLE color: 802881.

HSL color Cylindrical-coordinate representation of color #41400C: hue angle of 58.87º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41400C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB656412-
CMYK00.020.820.75
HSL58.87º68.83%15.1%-
HSV(B)58.87º81.54%25.49%-
XYZ4.084.821.06-
YUV58.37101.83132.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=46.10%
G=45.39%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65641200.020.820.7558.8768.8315.1
Hex4140C02524B3b45f
Octal10110014021221137310517
Binary1000001100000011000101010010100101111101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41400C; }

 p { color: rgb(65,64,12); }

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

<style>
 a { background-color: #41400C; }

 a { background-color: rgb(65,64,12); }

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

<style>
 span { border-color: #41400C; }

 span { border-color: rgb(65,64,12); }

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