Html Css Color HEX #40441D Turtle Green

📋 copy color: '#40441D'

red 64 ◦ green 68 ◦ blue 29

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

Shades of Turtle Green #40441D

Tints of Turtle Green #40441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

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

R = 39.75%
G = 42.24%
B = 18.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#40441D (or 0x40441D) is known color: Turtle Green. HEX triplet: 40, 44 and 1D. RGB value is (64,68,29). Sum of RGB (Red+Green+Blue) = 64+68+29=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #40441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40441D is #BFBBE2. Grayscale: #3E3E3E. Windows color (decimal): -12565475 or 1918016. OLE color: 1918016.

HSL color Cylindrical-coordinate representation of color #40441D: hue angle of 66.15º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40441D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 29 -
CMYK 0.06 0 0.57 0.73
HSL 66.15º 0.4% 0.19% -
HSV(B) 66.15º 0.57% 0.27% -
XYZ 4.4 5.31 1.96 -
YUV 62.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 64 68 29 0.06 0 0.57 0.73 66.15 0.4 0.19
Hex 40 44 1D 6 0 39 49 42 28 13
Octal 100 104 35 6 0 71 111 102 50 23
Binary 1000000 1000100 11101 110 0 111001 1001001 1000010 101000 10011

Color Harmonies of #40441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40441D

Black with #40441D

Text Example


Text Example

White with #40441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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