#40421A

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

Shades of Turtle Green #40421A

Tints of Turtle Green #40421A

Color information

#40421A (or 0x40421A) is unknown color: approx Turtle Green. HEX triplet: 40, 42 and 1A. RGB value is (64,66,26). Sum of RGB (Red+Green+Blue) = 64+66+26=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #40421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40421A is #BFBDE5. Grayscale: #3D3D3D. Windows color (decimal): -12565990 or 1720896. OLE color: 1720896.

HSL color Cylindrical-coordinate representation of color #40421A: hue angle of 63º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40421A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB646626-
CMYK0.0300.610.74
HSL63º43.48%18.04%-
HSV(B)63º60.61%25.88%-
XYZ4.255.061.73-
YUV60.84108.34130.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=41.03%
G=42.31%
B=16.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6466260.0300.610.746343.4818.04
Hex40421A303D4A3f2b12
Octal100102323075112775322
Binary1000000100001011010110111101100101011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40421A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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