Html Css Color HEX #346221 Green House

📋 copy color: '#346221'

red 52 ◦ green 98 ◦ blue 33

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

Shades of Green House #346221

Tints of Green House #346221

RGB

 RED value IS 52 (20.7% from 255) = 28.42%

 GREEN value IS 98 (38.67% from 255) = 53.55%

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 28.42%
G = 53.55%
B = 18.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#346221 (or 0x346221) is known color: Green House. HEX triplet: 34, 62 and 21. RGB value is (52,98,33). Sum of RGB (Red+Green+Blue) = 52+98+33=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #346221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346221 is #CB9DDE. Grayscale: #4D4D4D. Windows color (decimal): -13344223 or 2187828. OLE color: 2187828.

HSL color Cylindrical-coordinate representation of color #346221: hue angle of 102.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #346221 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 33 -
CMYK 0.47 0 0.66 0.62
HSL 102.46º 0.5% 0.26% -
HSV(B) 102.46º 0.66% 0.38% -
XYZ 6.06 9.58 2.97 -
YUV 76.84 103.26 110.29 -
System Red Green Blue C M Y K H S L
Decimal 52 98 33 0.47 0 0.66 0.62 102.46 0.5 0.26
Hex 34 62 21 2F 0 42 3E 66 32 1A
Octal 64 142 41 57 0 102 76 146 62 32
Binary 110100 1100010 100001 101111 0 1000010 111110 1100110 110010 11010

Color Harmonies of #346221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346221

Black with #346221

Text Example


Text Example

White with #346221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346221; }

 p { color: rgb(52,98,33); }

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

background-color css

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

 a { background-color: rgb(52,98,33); }

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

border-color css

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

 span { border-color: rgb(52,98,33); }

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