Html Css Color HEX #40400C Turtle Green

📋 copy color: '#40400C'

red 64 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #40400C

Tints of Turtle Green #40400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 45.71%
G = 45.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#40400C (or 0x40400C) is known color: Turtle Green. HEX triplet: 40, 40 and 0C. RGB value is (64,64,12). Sum of RGB (Red+Green+Blue) = 64+64+12=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 64 - color contains mainly: red, green. Hex color #40400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40400C is #BFBFF3. Grayscale: #3A3A3A. Windows color (decimal): -12566516 or 802880. OLE color: 802880.

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

Color convert

RGB 64 64 12 -
CMYK 0 0 0.81 0.75
HSL 60º 0.68% 0.15% -
HSV(B) 60º 0.81% 0.25% -
XYZ 4.01 4.78 1.06 -
YUV 58.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 64 64 12 0 0 0.81 0.75 60 0.68 0.15
Hex 40 40 C 0 0 51 4B 3C 44 F
Octal 100 100 14 0 0 121 113 74 104 17
Binary 1000000 1000000 1100 0 0 1010001 1001011 111100 1000100 1111

Color Harmonies of #40400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40400C

Black with #40400C

Text Example


Text Example

White with #40400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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