Html Css Color HEX #404003 Turtle Green

📋 copy color: '#404003'

red 64 ◦ green 64 ◦ blue 3

#404003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #404003

Tints of Turtle Green #404003

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 value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#404003 (or 0x404003) is known color: 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

RGB 64 64 3 -
CMYK 0 0 0.95 0.75
HSL 60º 0.91% 0.13% -
HSV(B) 60º 0.95% 0.25% -
XYZ 3.96 4.76 0.8 -
YUV 57.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 64 64 3 0 0 0.95 0.75 60 0.91 0.13
Hex 40 40 3 0 0 5F 4B 3C 5B D
Octal 100 100 3 0 0 137 113 74 133 15
Binary 1000000 1000000 11 0 0 1011111 1001011 111100 1011011 1101

Color Harmonies of #404003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404003

Black with #404003

Text Example


Text Example

White with #404003

Text Example


Text Example

HTML Codes & Css Web 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>