#41400F

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

Shades of Turtle Green #41400F

Tints of Turtle Green #41400F

Color information

#41400F (or 0x41400F) is unknown color: approx Turtle Green. HEX triplet: 41, 40 and 0F. RGB value is (65,64,15). Sum of RGB (Red+Green+Blue) = 65+64+15=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41400F is #BEBFF0. Grayscale: #3A3A3A. Windows color (decimal): -12500977 or 999489. OLE color: 999489.

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

Color convert

RGB656415-
CMYK00.020.770.75
HSL58.8º62.5%15.69%-
HSV(B)58.8º76.92%25.49%-
XYZ4.14.831.17-
YUV58.71103.33132.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=45.14%
G=44.44%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65641500.020.770.7558.862.515.69
Hex4140F024D4B3b3e10
Octal1011001702115113737620
Binary1000001100000011110101001101100101111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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