#40451A

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

Shades of Turtle Green #40451A

Tints of Turtle Green #40451A

Color information

#40451A (or 0x40451A) is unknown color: approx Turtle Green. HEX triplet: 40, 45 and 1A. RGB value is (64,69,26). Sum of RGB (Red+Green+Blue) = 64+69+26=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #40451A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40451A is #BFBAE5. Grayscale: #3E3E3E. Windows color (decimal): -12565222 or 1721664. OLE color: 1721664.

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

Color convert

RGB646926-
CMYK0.0700.620.73
HSL66.98º45.26%18.63%-
HSV(B)66.98º62.32%27.06%-
XYZ4.435.421.79-
YUV62.6107.34129-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=40.25%
G=43.40%
B=16.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6469260.0700.620.7366.9845.2618.63
Hex40451A703E49432d13
Octal1001053270761111035523
Binary100000010001011101011101111101001001100001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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