Html Css Color HEX #40672D Green House

📋 copy color: '#40672D'

red 64 ◦ green 103 ◦ blue 45

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

Shades of Green House #40672D

Tints of Green House #40672D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.58%

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 30.19%
G = 48.58%
B = 21.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#40672D (or 0x40672D) is known color: Green House. HEX triplet: 40, 67 and 2D. RGB value is (64,103,45). Sum of RGB (Red+Green+Blue) = 64+103+45=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #40672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40672D is #BF98D2. Grayscale: #545454. Windows color (decimal): -12556499 or 2975552. OLE color: 2975552.

HSL color Cylindrical-coordinate representation of color #40672D: hue angle of 100.34º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40672D is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 45 -
CMYK 0.38 0 0.56 0.60
HSL 100.34º 0.39% 0.29% -
HSV(B) 100.34º 0.56% 0.4% -
XYZ 7.44 10.98 4.21 -
YUV 84.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 64 103 45 0.38 0 0.56 0.60 100.34 0.39 0.29
Hex 40 67 2D 26 0 38 3C 64 27 1D
Octal 100 147 55 46 0 70 74 144 47 35
Binary 1000000 1100111 101101 100110 0 111000 111100 1100100 100111 11101

Color Harmonies of #40672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40672D

Black with #40672D

Text Example


Text Example

White with #40672D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,103,45); }

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

background-color css

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

 a { background-color: rgb(64,103,45); }

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

border-color css

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

 span { border-color: rgb(64,103,45); }

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