#404111

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

Shades of Turtle Green #404111

Tints of Turtle Green #404111

Color information

#404111 (or 0x404111) is unknown color: approx Turtle Green. HEX triplet: 40, 41 and 11. RGB value is (64,65,17). Sum of RGB (Red+Green+Blue) = 64+65+17=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #404111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404111 is #BFBEEE. Grayscale: #3B3B3B. Windows color (decimal): -12566255 or 1130816. OLE color: 1130816.

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

Color convert

RGB646517-
CMYK0.0200.740.75
HSL61.25º58.54%16.08%-
HSV(B)61.25º73.85%25.49%-
XYZ4.114.911.26-
YUV59.23104.17131.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=43.84%
G=44.52%
B=11.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465170.0200.740.7561.2558.5416.08
Hex404111204A4B3d3b10
Octal1001012120112113757320
Binary10000001000001100011001001010100101111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404111; }

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

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

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

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

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

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

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

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