Html Css Color HEX #404419 Turtle Green

📋 copy color: '#404419'

red 64 ◦ green 68 ◦ blue 25

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

Shades of Turtle Green #404419

Tints of Turtle Green #404419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 40.76%
G = 43.31%
B = 15.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#404419 (or 0x404419) is known color: Turtle Green. HEX triplet: 40, 44 and 19. RGB value is (64,68,25). Sum of RGB (Red+Green+Blue) = 64+68+25=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #404419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404419 is #BFBBE6. Grayscale: #3E3E3E. Windows color (decimal): -12565479 or 1655872. OLE color: 1655872.

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

Color convert

RGB 64 68 25 -
CMYK 0.06 0 0.63 0.73
HSL 65.58º 0.46% 0.18% -
HSV(B) 65.58º 0.63% 0.27% -
XYZ 4.36 5.29 1.71 -
YUV 61.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 64 68 25 0.06 0 0.63 0.73 65.58 0.46 0.18
Hex 40 44 19 6 0 3F 49 42 2E 12
Octal 100 104 31 6 0 77 111 102 56 22
Binary 1000000 1000100 11001 110 0 111111 1001001 1000010 101110 10010

Color Harmonies of #404419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404419

Black with #404419

Text Example


Text Example

White with #404419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404419; }

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

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

background-color css

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

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

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

border-color css

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

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

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