Html Css Color HEX #40421A Turtle Green

📋 copy color: '#40421A'

red 64 ◦ green 66 ◦ blue 26

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

Shades of Turtle Green #40421A

Tints of Turtle Green #40421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.67%

R = 41.03%
G = 42.31%
B = 16.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#40421A (or 0x40421A) is known color: Turtle Green. HEX triplet: 40, 42 and 1A. RGB value is (64,66,26). Sum of RGB (Red+Green+Blue) = 64+66+26=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #40421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40421A is #BFBDE5. Grayscale: #3D3D3D. Windows color (decimal): -12565990 or 1720896. OLE color: 1720896.

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

Color convert

RGB 64 66 26 -
CMYK 0.03 0 0.61 0.74
HSL 63º 0.43% 0.18% -
HSV(B) 63º 0.61% 0.26% -
XYZ 4.25 5.06 1.73 -
YUV 60.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 64 66 26 0.03 0 0.61 0.74 63 0.43 0.18
Hex 40 42 1A 3 0 3D 4A 3F 2B 12
Octal 100 102 32 3 0 75 112 77 53 22
Binary 1000000 1000010 11010 11 0 111101 1001010 111111 101011 10010

Color Harmonies of #40421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40421A

Black with #40421A

Text Example


Text Example

White with #40421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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