Html Css Color HEX #404418 Turtle Green

📋 copy color: '#404418'

red 64 ◦ green 68 ◦ blue 24

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

Shades of Turtle Green #404418

Tints of Turtle Green #404418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.59%

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

R = 41.03%
G = 43.59%
B = 15.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#404418 (or 0x404418) is known color: Turtle Green. HEX triplet: 40, 44 and 18. RGB value is (64,68,24). Sum of RGB (Red+Green+Blue) = 64+68+24=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #404418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404418 is #BFBBE7. Grayscale: #3D3D3D. Windows color (decimal): -12565480 or 1590336. OLE color: 1590336.

HSL color Cylindrical-coordinate representation of color #404418: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #404418 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 24 -
CMYK 0.06 0 0.65 0.73
HSL 65.45º 0.48% 0.18% -
HSV(B) 65.45º 0.65% 0.27% -
XYZ 4.35 5.29 1.66 -
YUV 61.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 64 68 24 0.06 0 0.65 0.73 65.45 0.48 0.18
Hex 40 44 18 6 0 41 49 41 30 12
Octal 100 104 30 6 0 101 111 101 60 22
Binary 1000000 1000100 11000 110 0 1000001 1001001 1000001 110000 10010

Color Harmonies of #404418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404418

Black with #404418

Text Example


Text Example

White with #404418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404418; }

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

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

background-color css

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

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

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

border-color css

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

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

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