#40461B

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

Shades of Turtle Green #40461B

Tints of Turtle Green #40461B

Color information

#40461B (or 0x40461B) is unknown color: approx Turtle Green. HEX triplet: 40, 46 and 1B. RGB value is (64,70,27). Sum of RGB (Red+Green+Blue) = 64+70+27=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #40461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40461B is #BFB9E4. Grayscale: #3F3F3F. Windows color (decimal): -12564965 or 1787456. OLE color: 1787456.

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

Color convert

RGB647027-
CMYK0.0900.610.73
HSL68.37º44.33%19.02%-
HSV(B)68.37º61.43%27.45%-
XYZ4.55.551.87-
YUV63.3107.51128.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=39.75%
G=43.48%
B=16.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6470270.0900.610.7368.3744.3319.02
Hex40461B903D49442c13
Octal10010633110751111045423
Binary1000000100011011011100101111011001001100010010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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