Html Css Color HEX #404316 Turtle Green

📋 copy color: '#404316'

red 64 ◦ green 67 ◦ blue 22

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

Shades of Turtle Green #404316

Tints of Turtle Green #404316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 41.83%
G = 43.79%
B = 14.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#404316 (or 0x404316) is known color: Turtle Green. HEX triplet: 40, 43 and 16. RGB value is (64,67,22). Sum of RGB (Red+Green+Blue) = 64+67+22=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #404316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404316 is #BFBCE9. Grayscale: #3D3D3D. Windows color (decimal): -12565738 or 1459008. OLE color: 1459008.

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

Color convert

RGB 64 67 22 -
CMYK 0.04 0 0.67 0.74
HSL 64º 0.51% 0.17% -
HSV(B) 64º 0.67% 0.26% -
XYZ 4.27 5.16 1.53 -
YUV 60.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 64 67 22 0.04 0 0.67 0.74 64 0.51 0.17
Hex 40 43 16 4 0 43 4A 40 33 11
Octal 100 103 26 4 0 103 112 100 63 21
Binary 1000000 1000011 10110 100 0 1000011 1001010 1000000 110011 10001

Color Harmonies of #404316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404316

Black with #404316

Text Example


Text Example

White with #404316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404316; }

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

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

background-color css

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

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

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

border-color css

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

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

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