Html Css Color HEX #40420A Turtle Green

📋 copy color: '#40420A'

red 64 ◦ green 66 ◦ blue 10

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

Shades of Turtle Green #40420A

Tints of Turtle Green #40420A

RGB

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

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

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

R = 45.71%
G = 47.14%
B = 7.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.74

RGB Variations

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

Color information

#40420A (or 0x40420A) is known color: Turtle Green. HEX triplet: 40, 42 and 0A. RGB value is (64,66,10). Sum of RGB (Red+Green+Blue) = 64+66+10=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #40420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40420A is #BFBDF5. Grayscale: #3B3B3B. Windows color (decimal): -12566006 or 672320. OLE color: 672320.

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

Color convert

RGB 64 66 10 -
CMYK 0.03 0 0.85 0.74
HSL 62.14º 0.74% 0.15% -
HSV(B) 62.14º 0.85% 0.26% -
XYZ 4.12 5.01 1.04 -
YUV 59.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 64 66 10 0.03 0 0.85 0.74 62.14 0.74 0.15
Hex 40 42 A 3 0 55 4A 3E 4A F
Octal 100 102 12 3 0 125 112 76 112 17
Binary 1000000 1000010 1010 11 0 1010101 1001010 111110 1001010 1111

Color Harmonies of #40420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40420A

Black with #40420A

Text Example


Text Example

White with #40420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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