Html Css Color HEX #40451D Turtle Green

📋 copy color: '#40451D'

red 64 ◦ green 69 ◦ blue 29

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

Shades of Turtle Green #40451D

Tints of Turtle Green #40451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

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

R = 39.51%
G = 42.59%
B = 17.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.73

RGB Variations

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

Color information

#40451D (or 0x40451D) is known color: Turtle Green. HEX triplet: 40, 45 and 1D. RGB value is (64,69,29). Sum of RGB (Red+Green+Blue) = 64+69+29=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #40451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40451D is #BFBAE2. Grayscale: #3F3F3F. Windows color (decimal): -12565219 or 1918272. OLE color: 1918272.

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

Color convert

RGB 64 69 29 -
CMYK 0.07 0 0.58 0.73
HSL 67.5º 0.41% 0.19% -
HSV(B) 67.5º 0.58% 0.27% -
XYZ 4.46 5.43 1.98 -
YUV 62.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 64 69 29 0.07 0 0.58 0.73 67.5 0.41 0.19
Hex 40 45 1D 7 0 3A 49 44 29 13
Octal 100 105 35 7 0 72 111 104 51 23
Binary 1000000 1000101 11101 111 0 111010 1001001 1000100 101001 10011

Color Harmonies of #40451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40451D

Black with #40451D

Text Example


Text Example

White with #40451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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