Html Css Color HEX #404313 Turtle Green

📋 copy color: '#404313'

red 64 ◦ green 67 ◦ blue 19

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

Shades of Turtle Green #404313

Tints of Turtle Green #404313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

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

R = 42.67%
G = 44.67%
B = 12.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#404313 (or 0x404313) is known color: Turtle Green. HEX triplet: 40, 43 and 13. RGB value is (64,67,19). Sum of RGB (Red+Green+Blue) = 64+67+19=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #404313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404313 is #BFBCEC. Grayscale: #3C3C3C. Windows color (decimal): -12565741 or 1262400. OLE color: 1262400.

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

Color convert

RGB 64 67 19 -
CMYK 0.04 0 0.72 0.74
HSL 63.75º 0.56% 0.17% -
HSV(B) 63.75º 0.72% 0.26% -
XYZ 4.24 5.15 1.39 -
YUV 60.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 64 67 19 0.04 0 0.72 0.74 63.75 0.56 0.17
Hex 40 43 13 4 0 48 4A 40 38 11
Octal 100 103 23 4 0 110 112 100 70 21
Binary 1000000 1000011 10011 100 0 1001000 1001010 1000000 111000 10001

Color Harmonies of #404313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404313

Black with #404313

Text Example


Text Example

White with #404313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404313; }

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

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

background-color css

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

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

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

border-color css

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

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

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