Html Css Color HEX #40400D Turtle Green

📋 copy color: '#40400D'

red 64 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #40400D

Tints of Turtle Green #40400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 45.39%
G = 45.39%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40400D (or 0x40400D) is known color: Turtle Green. HEX triplet: 40, 40 and 0D. RGB value is (64,64,13). Sum of RGB (Red+Green+Blue) = 64+64+13=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400D is #BFBFF2. Grayscale: #3A3A3A. Windows color (decimal): -12566515 or 868416. OLE color: 868416.

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

Color convert

RGB 64 64 13 -
CMYK 0 0 0.80 0.75
HSL 60º 0.66% 0.15% -
HSV(B) 60º 0.8% 0.25% -
XYZ 4.02 4.79 1.09 -
YUV 58.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 64 64 13 0 0 0.80 0.75 60 0.66 0.15
Hex 40 40 D 0 0 50 4B 3C 42 F
Octal 100 100 15 0 0 120 113 74 102 17
Binary 1000000 1000000 1101 0 0 1010000 1001011 111100 1000010 1111

Color Harmonies of #40400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40400D

Black with #40400D

Text Example


Text Example

White with #40400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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