Html Css Color HEX #404016 Turtle Green

📋 copy color: '#404016'

red 64 ◦ green 64 ◦ blue 22

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

Shades of Turtle Green #404016

Tints of Turtle Green #404016

RGB

 RED value IS 64 (25.39% from 255) = 42.67%

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 42.67%
G = 42.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#404016 (or 0x404016) is known color: Turtle Green. HEX triplet: 40, 40 and 16. RGB value is (64,64,22). Sum of RGB (Red+Green+Blue) = 64+64+22=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404016 is #BFBFE9. Grayscale: #3B3B3B. Windows color (decimal): -12566506 or 1458240. OLE color: 1458240.

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

Color convert

RGB 64 64 22 -
CMYK 0 0 0.66 0.75
HSL 60º 0.49% 0.17% -
HSV(B) 60º 0.66% 0.25% -
XYZ 4.09 4.81 1.47 -
YUV 59.21 107 131.42 -
System Red Green Blue C M Y K H S L
Decimal 64 64 22 0 0 0.66 0.75 60 0.49 0.17
Hex 40 40 16 0 0 42 4B 3C 31 11
Octal 100 100 26 0 0 102 113 74 61 21
Binary 1000000 1000000 10110 0 0 1000010 1001011 111100 110001 10001

Color Harmonies of #404016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404016

Black with #404016

Text Example


Text Example

White with #404016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404016; }

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

 H1.HeaderClassName
 {
   color: #404016;
 }
 .AnyTagClassName
 {
   color: #404016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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