#40461A

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

Shades of Turtle Green #40461A

Tints of Turtle Green #40461A

Color information

#40461A (or 0x40461A) is unknown color: approx Turtle Green. HEX triplet: 40, 46 and 1A. RGB value is (64,70,26). Sum of RGB (Red+Green+Blue) = 64+70+26=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #40461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40461A is #BFB9E5. Grayscale: #3F3F3F. Windows color (decimal): -12564966 or 1721920. OLE color: 1721920.

HSL color Cylindrical-coordinate representation of color #40461A: hue angle of 68.18º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40461A is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB647026-
CMYK0.0900.630.73
HSL68.18º45.83%18.82%-
HSV(B)68.18º62.86%27.45%-
XYZ4.495.541.81-
YUV63.19107.01128.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=40%
G=43.75%
B=16.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470260.0900.630.7368.1845.8318.82
Hex40461A903F49442e13
Octal10010632110771111045623
Binary1000000100011011010100101111111001001100010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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