Html Css Color HEX #466A3D Green House

📋 copy color: '#466A3D'

red 70 ◦ green 106 ◦ blue 61

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

Shades of Green House #466A3D

Tints of Green House #466A3D

RGB

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

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

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

R = 29.54%
G = 44.73%
B = 25.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#466A3D (or 0x466A3D) is known color: Green House. HEX triplet: 46, 6A and 3D. RGB value is (70,106,61). Sum of RGB (Red+Green+Blue) = 70+106+61=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #466A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A3D is #B995C2. Grayscale: #5A5A5A. Windows color (decimal): -12162499 or 4024902. OLE color: 4024902.

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

Color convert

RGB 70 106 61 -
CMYK 0.34 0 0.42 0.58
HSL 108º 0.27% 0.33% -
HSV(B) 108º 0.42% 0.42% -
XYZ 8.52 11.95 6.27 -
YUV 90.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 70 106 61 0.34 0 0.42 0.58 108 0.27 0.33
Hex 46 6A 3D 22 0 2A 3A 6C 1B 21
Octal 106 152 75 42 0 52 72 154 33 41
Binary 1000110 1101010 111101 100010 0 101010 111010 1101100 11011 100001

Color Harmonies of #466A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A3D

Black with #466A3D

Text Example


Text Example

White with #466A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,61); }

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

background-color css

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

 a { background-color: rgb(70,106,61); }

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

border-color css

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

 span { border-color: rgb(70,106,61); }

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