Html Css Color HEX #404413 Turtle Green

📋 copy color: '#404413'

red 64 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #404413

Tints of Turtle Green #404413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 42.38%
G = 45.03%
B = 12.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#404413 (or 0x404413) is known color: Turtle Green. HEX triplet: 40, 44 and 13. RGB value is (64,68,19). Sum of RGB (Red+Green+Blue) = 64+68+19=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #404413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404413 is #BFBBEC. Grayscale: #3D3D3D. Windows color (decimal): -12565485 or 1262656. OLE color: 1262656.

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

Color convert

RGB 64 68 19 -
CMYK 0.06 0 0.72 0.73
HSL 64.9º 0.56% 0.17% -
HSV(B) 64.9º 0.72% 0.27% -
XYZ 4.3 5.27 1.41 -
YUV 61.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 64 68 19 0.06 0 0.72 0.73 64.9 0.56 0.17
Hex 40 44 13 6 0 48 49 41 38 11
Octal 100 104 23 6 0 110 111 101 70 21
Binary 1000000 1000100 10011 110 0 1001000 1001001 1000001 111000 10001

Color Harmonies of #404413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404413

Black with #404413

Text Example


Text Example

White with #404413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404413; }

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

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

background-color css

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

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

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

border-color css

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

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

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