Html Css Color HEX #404219 Turtle Green

📋 copy color: '#404219'

red 64 ◦ green 66 ◦ blue 25

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

Shades of Turtle Green #404219

Tints of Turtle Green #404219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

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

R = 41.29%
G = 42.58%
B = 16.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#404219 (or 0x404219) is known color: Turtle Green. HEX triplet: 40, 42 and 19. RGB value is (64,66,25). Sum of RGB (Red+Green+Blue) = 64+66+25=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #404219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404219 is #BFBDE6. Grayscale: #3C3C3C. Windows color (decimal): -12565991 or 1655360. OLE color: 1655360.

HSL color Cylindrical-coordinate representation of color #404219: hue angle of 62.93º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #404219 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 25 -
CMYK 0.03 0 0.62 0.74
HSL 62.93º 0.45% 0.18% -
HSV(B) 62.93º 0.62% 0.26% -
XYZ 4.24 5.06 1.67 -
YUV 60.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 64 66 25 0.03 0 0.62 0.74 62.93 0.45 0.18
Hex 40 42 19 3 0 3E 4A 3F 2D 12
Octal 100 102 31 3 0 76 112 77 55 22
Binary 1000000 1000010 11001 11 0 111110 1001010 111111 101101 10010

Color Harmonies of #404219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404219

Black with #404219

Text Example


Text Example

White with #404219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404219; }

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

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

background-color css

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

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

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

border-color css

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

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

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