Html Css Color HEX #406A30 Green House

📋 copy color: '#406A30'

red 64 ◦ green 106 ◦ blue 48

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

Shades of Green House #406A30

Tints of Green House #406A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.62%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 29.36%
G = 48.62%
B = 22.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#406A30 (or 0x406A30) is known color: Green House. HEX triplet: 40, 6A and 30. RGB value is (64,106,48). Sum of RGB (Red+Green+Blue) = 64+106+48=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #406A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406A30 is #BF95CF. Grayscale: #575757. Windows color (decimal): -12555728 or 3172928. OLE color: 3172928.

HSL color Cylindrical-coordinate representation of color #406A30: hue angle of 103.45º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406A30 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 48 -
CMYK 0.40 0 0.55 0.58
HSL 103.45º 0.38% 0.3% -
HSV(B) 103.45º 0.55% 0.42% -
XYZ 7.8 11.61 4.63 -
YUV 86.83 106.09 111.72 -
System Red Green Blue C M Y K H S L
Decimal 64 106 48 0.40 0 0.55 0.58 103.45 0.38 0.3
Hex 40 6A 30 28 0 37 3A 67 26 1E
Octal 100 152 60 50 0 67 72 147 46 36
Binary 1000000 1101010 110000 101000 0 110111 111010 1100111 100110 11110

Color Harmonies of #406A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A30

Black with #406A30

Text Example


Text Example

White with #406A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A30; }

 p { color: rgb(64,106,48); }

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

background-color css

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

 a { background-color: rgb(64,106,48); }

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

border-color css

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

 span { border-color: rgb(64,106,48); }

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