Html Css Color HEX #404118 Turtle Green

📋 copy color: '#404118'

red 64 ◦ green 65 ◦ blue 24

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

Shades of Turtle Green #404118

Tints of Turtle Green #404118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.48%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 41.83%
G = 42.48%
B = 15.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#404118 (or 0x404118) is known color: Turtle Green. HEX triplet: 40, 41 and 18. RGB value is (64,65,24). Sum of RGB (Red+Green+Blue) = 64+65+24=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #404118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404118 is #BFBEE7. Grayscale: #3C3C3C. Windows color (decimal): -12566248 or 1589568. OLE color: 1589568.

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

Color convert

RGB 64 65 24 -
CMYK 0.02 0 0.63 0.75
HSL 61.46º 0.46% 0.17% -
HSV(B) 61.46º 0.63% 0.25% -
XYZ 4.17 4.94 1.6 -
YUV 60.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 64 65 24 0.02 0 0.63 0.75 61.46 0.46 0.17
Hex 40 41 18 2 0 3F 4B 3D 2E 11
Octal 100 101 30 2 0 77 113 75 56 21
Binary 1000000 1000001 11000 10 0 111111 1001011 111101 101110 10001

Color Harmonies of #404118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404118

Black with #404118

Text Example


Text Example

White with #404118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404118; }

 p { color: rgb(64,65,24); }

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

background-color css

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

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

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

border-color css

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

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

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