Html Css Color HEX #404014 Turtle Green

📋 copy color: '#404014'

red 64 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #404014

Tints of Turtle Green #404014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.24%

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 43.24%
G = 43.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#404014 (or 0x404014) is known color: Turtle Green. HEX triplet: 40, 40 and 14. RGB value is (64,64,20). Sum of RGB (Red+Green+Blue) = 64+64+20=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404014 is #BFBFEB. Grayscale: #3B3B3B. Windows color (decimal): -12566508 or 1327168. OLE color: 1327168.

HSL color Cylindrical-coordinate representation of color #404014: hue angle of 60º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404014 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 64 20 -
CMYK 0 0 0.69 0.75
HSL 60º 0.52% 0.16% -
HSV(B) 60º 0.69% 0.25% -
XYZ 4.07 4.81 1.37 -
YUV 58.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 64 64 20 0 0 0.69 0.75 60 0.52 0.16
Hex 40 40 14 0 0 45 4B 3C 34 10
Octal 100 100 24 0 0 105 113 74 64 20
Binary 1000000 1000000 10100 0 0 1000101 1001011 111100 110100 10000

Color Harmonies of #404014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404014

Black with #404014

Text Example


Text Example

White with #404014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404014; }

 p { color: rgb(64,64,20); }

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

background-color css

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

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

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

border-color css

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

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

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