Html Css Color HEX #406531 Green House

📋 copy color: '#406531'

red 64 ◦ green 101 ◦ blue 49

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

Shades of Green House #406531

Tints of Green House #406531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 29.91%
G = 47.2%
B = 22.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#406531 (or 0x406531) is known color: Green House. HEX triplet: 40, 65 and 31. RGB value is (64,101,49). Sum of RGB (Red+Green+Blue) = 64+101+49=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #406531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406531 is #BF9ACE. Grayscale: #545454. Windows color (decimal): -12557007 or 3237184. OLE color: 3237184.

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

Color convert

RGB 64 101 49 -
CMYK 0.37 0 0.51 0.60
HSL 102.69º 0.35% 0.29% -
HSV(B) 102.69º 0.51% 0.4% -
XYZ 7.32 10.62 4.57 -
YUV 84.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 64 101 49 0.37 0 0.51 0.60 102.69 0.35 0.29
Hex 40 65 31 25 0 33 3C 67 23 1D
Octal 100 145 61 45 0 63 74 147 43 35
Binary 1000000 1100101 110001 100101 0 110011 111100 1100111 100011 11101

Color Harmonies of #406531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406531

Black with #406531

Text Example


Text Example

White with #406531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406531; }

 p { color: rgb(64,101,49); }

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

background-color css

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

 a { background-color: rgb(64,101,49); }

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

border-color css

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

 span { border-color: rgb(64,101,49); }

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