Html Css Color HEX #46613D Green House

📋 copy color: '#46613D'

red 70 ◦ green 97 ◦ blue 61

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

Shades of Green House #46613D

Tints of Green House #46613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.54%

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

R = 30.7%
G = 42.54%
B = 26.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#46613D (or 0x46613D) is known color: Green House. HEX triplet: 46, 61 and 3D. RGB value is (70,97,61). Sum of RGB (Red+Green+Blue) = 70+97+61=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #46613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46613D is #B99EC2. Grayscale: #545454. Windows color (decimal): -12164803 or 4022598. OLE color: 4022598.

HSL color Cylindrical-coordinate representation of color #46613D: hue angle of 105º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46613D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 61 -
CMYK 0.28 0 0.37 0.62
HSL 105º 0.23% 0.31% -
HSV(B) 105º 0.37% 0.38% -
XYZ 7.64 10.19 5.98 -
YUV 84.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 70 97 61 0.28 0 0.37 0.62 105 0.23 0.31
Hex 46 61 3D 1C 0 25 3E 69 17 1F
Octal 106 141 75 34 0 45 76 151 27 37
Binary 1000110 1100001 111101 11100 0 100101 111110 1101001 10111 11111

Color Harmonies of #46613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46613D

Black with #46613D

Text Example


Text Example

White with #46613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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