#40441E

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

Shades of Turtle Green #40441E

Tints of Turtle Green #40441E

Color information

#40441E (or 0x40441E) is unknown color: approx Turtle Green. HEX triplet: 40, 44 and 1E. RGB value is (64,68,30). Sum of RGB (Red+Green+Blue) = 64+68+30=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #40441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40441E is #BFBBE1. Grayscale: #3E3E3E. Windows color (decimal): -12565474 or 1983552. OLE color: 1983552.

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

Color convert

RGB646830-
CMYK0.0600.560.73
HSL66.32º38.78%19.22%-
HSV(B)66.32º55.88%26.67%-
XYZ4.425.322.02-
YUV62.47109.67129.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.51%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=39.51%
G=41.98%
B=18.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468300.0600.560.7366.3238.7819.22
Hex40441E603849422713
Octal1001043660701111024723
Binary100000010001001111011001110001001001100001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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