Html Css Color HEX #404015 Turtle Green

📋 copy color: '#404015'

red 64 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #404015

Tints of Turtle Green #404015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 42.95%
G = 42.95%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#404015 (or 0x404015) is known color: Turtle Green. HEX triplet: 40, 40 and 15. RGB value is (64,64,21). Sum of RGB (Red+Green+Blue) = 64+64+21=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404015 is #BFBFEA. Grayscale: #3B3B3B. Windows color (decimal): -12566507 or 1392704. OLE color: 1392704.

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

Color convert

RGB 64 64 21 -
CMYK 0 0 0.67 0.75
HSL 60º 0.51% 0.17% -
HSV(B) 60º 0.67% 0.25% -
XYZ 4.08 4.81 1.42 -
YUV 59.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 64 64 21 0 0 0.67 0.75 60 0.51 0.17
Hex 40 40 15 0 0 43 4B 3C 33 11
Octal 100 100 25 0 0 103 113 74 63 21
Binary 1000000 1000000 10101 0 0 1000011 1001011 111100 110011 10001

Color Harmonies of #404015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404015

Black with #404015

Text Example


Text Example

White with #404015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404015; }

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

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

background-color css

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

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

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

border-color css

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

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

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