Html Css Color HEX #40672E Green House

📋 copy color: '#40672E'

red 64 ◦ green 103 ◦ blue 46

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

Shades of Green House #40672E

Tints of Green House #40672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 30.05%
G = 48.36%
B = 21.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#40672E (or 0x40672E) is known color: Green House. HEX triplet: 40, 67 and 2E. RGB value is (64,103,46). Sum of RGB (Red+Green+Blue) = 64+103+46=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #40672E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40672E is #BF98D1. Grayscale: #555555. Windows color (decimal): -12556498 or 3041088. OLE color: 3041088.

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

Color convert

RGB 64 103 46 -
CMYK 0.38 0 0.55 0.60
HSL 101.05º 0.38% 0.29% -
HSV(B) 101.05º 0.55% 0.4% -
XYZ 7.46 10.99 4.31 -
YUV 84.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 64 103 46 0.38 0 0.55 0.60 101.05 0.38 0.29
Hex 40 67 2E 26 0 37 3C 65 26 1D
Octal 100 147 56 46 0 67 74 145 46 35
Binary 1000000 1100111 101110 100110 0 110111 111100 1100101 100110 11101

Color Harmonies of #40672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40672E

Black with #40672E

Text Example


Text Example

White with #40672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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