Html Css Color HEX #40441E Turtle Green

📋 copy color: '#40441E'

red 64 ◦ green 68 ◦ blue 30

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

Shades of Turtle Green #40441E

Tints of Turtle Green #40441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 39.51%
G = 41.98%
B = 18.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#40441E (or 0x40441E) is known color: Turtle Green. HEX triplet: 40, 44 and 1E. RGB value is (64,68,30). Sum of RGB (Red+Green+Blue) = 64+68+30=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #40441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40441E is #BFBBE1. Grayscale: #3E3E3E. Windows color (decimal): -12565474 or 1983552. OLE color: 1983552.

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

Color convert

RGB 64 68 30 -
CMYK 0.06 0 0.56 0.73
HSL 66.32º 0.39% 0.19% -
HSV(B) 66.32º 0.56% 0.27% -
XYZ 4.42 5.32 2.02 -
YUV 62.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 64 68 30 0.06 0 0.56 0.73 66.32 0.39 0.19
Hex 40 44 1E 6 0 38 49 42 27 13
Octal 100 104 36 6 0 70 111 102 47 23
Binary 1000000 1000100 11110 110 0 111000 1001001 1000010 100111 10011

Color Harmonies of #40441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40441E

Black with #40441E

Text Example


Text Example

White with #40441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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