Html Css Color HEX #466B40 Green House

📋 copy color: '#466B40'

red 70 ◦ green 107 ◦ blue 64

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

Shades of Green House #466B40

Tints of Green House #466B40

RGB

 RED value IS 70 (27.73% from 255) = 29.05%

 GREEN value IS 107 (42.19% from 255) = 44.4%

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 29.05%
G = 44.4%
B = 26.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#466B40 (or 0x466B40) is known color: Green House. HEX triplet: 46, 6B and 40. RGB value is (70,107,64). Sum of RGB (Red+Green+Blue) = 70+107+64=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #466B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B40 is #B994BF. Grayscale: #5B5B5B. Windows color (decimal): -12162240 or 4221766. OLE color: 4221766.

HSL color Cylindrical-coordinate representation of color #466B40: hue angle of 111.63º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466B40 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 107 64 -
CMYK 0.35 0 0.40 0.58
HSL 111.63º 0.25% 0.34% -
HSV(B) 111.63º 0.4% 0.42% -
XYZ 8.71 12.19 6.74 -
YUV 91.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 70 107 64 0.35 0 0.40 0.58 111.63 0.25 0.34
Hex 46 6B 40 23 0 28 3A 70 19 22
Octal 106 153 100 43 0 50 72 160 31 42
Binary 1000110 1101011 1000000 100011 0 101000 111010 1110000 11001 100010

Color Harmonies of #466B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B40

Black with #466B40

Text Example


Text Example

White with #466B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466B40; }

 p { color: rgb(70,107,64); }

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

background-color css

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

 a { background-color: rgb(70,107,64); }

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

border-color css

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

 span { border-color: rgb(70,107,64); }

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