#40441A

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

Shades of Turtle Green #40441A

Tints of Turtle Green #40441A

Color information

#40441A (or 0x40441A) is unknown color: approx Turtle Green. HEX triplet: 40, 44 and 1A. RGB value is (64,68,26). Sum of RGB (Red+Green+Blue) = 64+68+26=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #40441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40441A is #BFBBE5. Grayscale: #3E3E3E. Windows color (decimal): -12565478 or 1721408. OLE color: 1721408.

HSL color Cylindrical-coordinate representation of color #40441A: hue angle of 65.71º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40441A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB646826-
CMYK0.0600.620.73
HSL65.71º44.68%18.43%-
HSV(B)65.71º61.76%26.67%-
XYZ4.375.31.77-
YUV62.02107.67129.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=40.51%
G=43.04%
B=16.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468260.0600.620.7365.7144.6818.43
Hex40441A603E49422d12
Octal1001043260761111025522
Binary100000010001001101011001111101001001100001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40441A; }

 p { color: rgb(64,68,26); }

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

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

 a { background-color: rgb(64,68,26); }

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

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

 span { border-color: rgb(64,68,26); }

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