Html Css Color HEX #40420E Turtle Green

📋 copy color: '#40420E'

red 64 ◦ green 66 ◦ blue 14

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

Shades of Turtle Green #40420E

Tints of Turtle Green #40420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 14 (5.86% from 255) = 9.72%

R = 44.44%
G = 45.83%
B = 9.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#40420E (or 0x40420E) is known color: Turtle Green. HEX triplet: 40, 42 and 0E. RGB value is (64,66,14). Sum of RGB (Red+Green+Blue) = 64+66+14=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #40420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40420E is #BFBDF1. Grayscale: #3B3B3B. Windows color (decimal): -12566002 or 934464. OLE color: 934464.

HSL color Cylindrical-coordinate representation of color #40420E: hue angle of 62.31º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40420E is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 14 -
CMYK 0.03 0 0.79 0.74
HSL 62.31º 0.65% 0.16% -
HSV(B) 62.31º 0.79% 0.26% -
XYZ 4.14 5.02 1.17 -
YUV 59.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 64 66 14 0.03 0 0.79 0.74 62.31 0.65 0.16
Hex 40 42 E 3 0 4F 4A 3E 41 10
Octal 100 102 16 3 0 117 112 76 101 20
Binary 1000000 1000010 1110 11 0 1001111 1001010 111110 1000001 10000

Color Harmonies of #40420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40420E

Black with #40420E

Text Example


Text Example

White with #40420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40420E; }

 p { color: rgb(64,66,14); }

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

background-color css

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

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

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

border-color css

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

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

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