#40461D

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

Shades of Turtle Green #40461D

Tints of Turtle Green #40461D

Color information

#40461D (or 0x40461D) is unknown color: approx Turtle Green. HEX triplet: 40, 46 and 1D. RGB value is (64,70,29). Sum of RGB (Red+Green+Blue) = 64+70+29=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #40461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40461D is #BFB9E2. Grayscale: #3F3F3F. Windows color (decimal): -12564963 or 1918528. OLE color: 1918528.

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

Color convert

RGB647029-
CMYK0.0900.590.73
HSL68.78º41.41%19.41%-
HSV(B)68.78º58.57%27.45%-
XYZ4.535.562-
YUV63.53108.51128.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=39.26%
G=42.94%
B=17.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470290.0900.590.7368.7841.4119.41
Hex40461D903B49452913
Octal10010635110731111055123
Binary1000000100011011101100101110111001001100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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