#404319

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

Shades of Turtle Green #404319

Tints of Turtle Green #404319

Color information

#404319 (or 0x404319) is unknown color: approx Turtle Green. HEX triplet: 40, 43 and 19. RGB value is (64,67,25). Sum of RGB (Red+Green+Blue) = 64+67+25=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #404319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404319 is #BFBCE6. Grayscale: #3D3D3D. Windows color (decimal): -12565735 or 1655616. OLE color: 1655616.

HSL color Cylindrical-coordinate representation of color #404319: hue angle of 64.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404319 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB646725-
CMYK0.0400.630.74
HSL64.29º45.65%18.04%-
HSV(B)64.29º62.69%26.27%-
XYZ4.35.171.69-
YUV61.32107.51129.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=41.03%
G=42.95%
B=16.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467250.0400.630.7464.2945.6518.04
Hex404319403F4A402e12
Octal1001033140771121005622
Binary100000010000111100110001111111001010100000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404319; }

 p { color: rgb(64,67,25); }

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

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

 a { background-color: rgb(64,67,25); }

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

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

 span { border-color: rgb(64,67,25); }

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