Html Css Color HEX #40421D Turtle Green

📋 copy color: '#40421D'

red 64 ◦ green 66 ◦ blue 29

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

Shades of Turtle Green #40421D

Tints of Turtle Green #40421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 40.25%
G = 41.51%
B = 18.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#40421D (or 0x40421D) is known color: Turtle Green. HEX triplet: 40, 42 and 1D. RGB value is (64,66,29). Sum of RGB (Red+Green+Blue) = 64+66+29=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #40421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40421D is #BFBDE2. Grayscale: #3D3D3D. Windows color (decimal): -12565987 or 1917504. OLE color: 1917504.

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

Color convert

RGB 64 66 29 -
CMYK 0.03 0 0.56 0.74
HSL 63.24º 0.39% 0.19% -
HSV(B) 63.24º 0.56% 0.26% -
XYZ 4.28 5.08 1.92 -
YUV 61.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 64 66 29 0.03 0 0.56 0.74 63.24 0.39 0.19
Hex 40 42 1D 3 0 38 4A 3F 27 13
Octal 100 102 35 3 0 70 112 77 47 23
Binary 1000000 1000010 11101 11 0 111000 1001010 111111 100111 10011

Color Harmonies of #40421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40421D

Black with #40421D

Text Example


Text Example

White with #40421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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