Html Css Color HEX #40441C Turtle Green

📋 copy color: '#40441C'

red 64 ◦ green 68 ◦ blue 28

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

Shades of Turtle Green #40441C

Tints of Turtle Green #40441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 40%
G = 42.5%
B = 17.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#40441C (or 0x40441C) is known color: Turtle Green. HEX triplet: 40, 44 and 1C. RGB value is (64,68,28). Sum of RGB (Red+Green+Blue) = 64+68+28=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #40441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40441C is #BFBBE3. Grayscale: #3E3E3E. Windows color (decimal): -12565476 or 1852480. OLE color: 1852480.

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

Color convert

RGB 64 68 28 -
CMYK 0.06 0 0.59 0.73
HSL 66º 0.42% 0.19% -
HSV(B) 66º 0.59% 0.27% -
XYZ 4.39 5.31 1.89 -
YUV 62.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 64 68 28 0.06 0 0.59 0.73 66 0.42 0.19
Hex 40 44 1C 6 0 3B 49 42 2A 13
Octal 100 104 34 6 0 73 111 102 52 23
Binary 1000000 1000100 11100 110 0 111011 1001001 1000010 101010 10011

Color Harmonies of #40441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40441C

Black with #40441C

Text Example


Text Example

White with #40441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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