Html Css Color HEX #40673D Green House

📋 copy color: '#40673D'

red 64 ◦ green 103 ◦ blue 61

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

Shades of Green House #40673D

Tints of Green House #40673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.75%

R = 28.07%
G = 45.18%
B = 26.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#40673D (or 0x40673D) is known color: Green House. HEX triplet: 40, 67 and 3D. RGB value is (64,103,61). Sum of RGB (Red+Green+Blue) = 64+103+61=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #40673D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40673D is #BF98C2. Grayscale: #565656. Windows color (decimal): -12556483 or 4024128. OLE color: 4024128.

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

Color convert

RGB 64 103 61 -
CMYK 0.38 0 0.41 0.60
HSL 115.71º 0.26% 0.32% -
HSV(B) 115.71º 0.41% 0.4% -
XYZ 7.81 11.13 6.15 -
YUV 86.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 64 103 61 0.38 0 0.41 0.60 115.71 0.26 0.32
Hex 40 67 3D 26 0 29 3C 74 1A 20
Octal 100 147 75 46 0 51 74 164 32 40
Binary 1000000 1100111 111101 100110 0 101001 111100 1110100 11010 100000

Color Harmonies of #40673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40673D

Black with #40673D

Text Example


Text Example

White with #40673D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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