Html Css Color HEX #40441A Turtle Green

📋 copy color: '#40441A'

red 64 ◦ green 68 ◦ blue 26

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

Shades of Turtle Green #40441A

Tints of Turtle Green #40441A

RGB

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

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

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

R = 40.51%
G = 43.04%
B = 16.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.73

RGB Variations

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

Color information

#40441A (or 0x40441A) is known color: Turtle Green. HEX triplet: 40, 44 and 1A. RGB value is (64,68,26). Sum of RGB (Red+Green+Blue) = 64+68+26=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #40441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40441A is #BFBBE5. Grayscale: #3E3E3E. Windows color (decimal): -12565478 or 1721408. OLE color: 1721408.

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

Color convert

RGB 64 68 26 -
CMYK 0.06 0 0.62 0.73
HSL 65.71º 0.45% 0.18% -
HSV(B) 65.71º 0.62% 0.27% -
XYZ 4.37 5.3 1.77 -
YUV 62.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 64 68 26 0.06 0 0.62 0.73 65.71 0.45 0.18
Hex 40 44 1A 6 0 3E 49 42 2D 12
Octal 100 104 32 6 0 76 111 102 55 22
Binary 1000000 1000100 11010 110 0 111110 1001001 1000010 101101 10010

Color Harmonies of #40441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40441A

Black with #40441A

Text Example


Text Example

White with #40441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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