Html Css Color HEX #40400A Turtle Green

📋 copy color: '#40400A'

red 64 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #40400A

Tints of Turtle Green #40400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 46.38%
G = 46.38%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40400A (or 0x40400A) is known color: Turtle Green. HEX triplet: 40, 40 and 0A. RGB value is (64,64,10). Sum of RGB (Red+Green+Blue) = 64+64+10=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400A is #BFBFF5. Grayscale: #3A3A3A. Windows color (decimal): -12566518 or 671808. OLE color: 671808.

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

Color convert

RGB 64 64 10 -
CMYK 0 0 0.84 0.75
HSL 60º 0.73% 0.15% -
HSV(B) 60º 0.84% 0.25% -
XYZ 4 4.78 1 -
YUV 57.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 64 64 10 0 0 0.84 0.75 60 0.73 0.15
Hex 40 40 A 0 0 54 4B 3C 49 F
Octal 100 100 12 0 0 124 113 74 111 17
Binary 1000000 1000000 1010 0 0 1010100 1001011 111100 1001001 1111

Color Harmonies of #40400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40400A

Black with #40400A

Text Example


Text Example

White with #40400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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