#404003

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

Shades of Turtle Green #404003

Tints of Turtle Green #404003

Color information

#404003 (or 0x404003) is unknown color: approx Turtle Green. HEX triplet: 40, 40 and 03. RGB value is (64,64,3). Sum of RGB (Red+Green+Blue) = 64+64+3=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404003 is #BFBFFC. Grayscale: #393939. Windows color (decimal): -12566525 or 213056. OLE color: 213056.

HSL color Cylindrical-coordinate representation of color #404003: hue angle of 60º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #404003 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB64643-
CMYK000.950.75
HSL60º91.04%13.14%-
HSV(B)60º95.31%25.1%-
XYZ3.964.760.8-
YUV57.0597.5132.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 3 (1.56% from 255) = 2.29%
R=48.85%
G=48.85%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64643000.950.756091.0413.14
Hex40403005F4B3c5bd
Octal1001003001371137413315
Binary1000000100000011001011111100101111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404003; }

 p { color: rgb(64,64,3); }

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

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

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

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

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

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

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