Html Css Color HEX #404519 Turtle Green

📋 copy color: '#404519'

red 64 ◦ green 69 ◦ blue 25

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

Shades of Turtle Green #404519

Tints of Turtle Green #404519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.67%

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

R = 40.51%
G = 43.67%
B = 15.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#404519 (or 0x404519) is known color: Turtle Green. HEX triplet: 40, 45 and 19. RGB value is (64,69,25). Sum of RGB (Red+Green+Blue) = 64+69+25=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #404519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404519 is #BFBAE6. Grayscale: #3E3E3E. Windows color (decimal): -12565223 or 1656128. OLE color: 1656128.

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

Color convert

RGB 64 69 25 -
CMYK 0.07 0 0.64 0.73
HSL 66.82º 0.47% 0.18% -
HSV(B) 66.82º 0.64% 0.27% -
XYZ 4.42 5.42 1.73 -
YUV 62.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 64 69 25 0.07 0 0.64 0.73 66.82 0.47 0.18
Hex 40 45 19 7 0 40 49 43 2F 12
Octal 100 105 31 7 0 100 111 103 57 22
Binary 1000000 1000101 11001 111 0 1000000 1001001 1000011 101111 10010

Color Harmonies of #404519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404519

Black with #404519

Text Example


Text Example

White with #404519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404519; }

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

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

background-color css

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

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

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

border-color css

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

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

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