Html Css Color HEX #346223 Green House

📋 copy color: '#346223'

red 52 ◦ green 98 ◦ blue 35

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

Shades of Green House #346223

Tints of Green House #346223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 28.11%
G = 52.97%
B = 18.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#346223 (or 0x346223) is known color: Green House. HEX triplet: 34, 62 and 23. RGB value is (52,98,35). Sum of RGB (Red+Green+Blue) = 52+98+35=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #346223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346223 is #CB9DDC. Grayscale: #4D4D4D. Windows color (decimal): -13344221 or 2318900. OLE color: 2318900.

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

Color convert

RGB 52 98 35 -
CMYK 0.47 0 0.64 0.62
HSL 103.81º 0.47% 0.26% -
HSV(B) 103.81º 0.64% 0.38% -
XYZ 6.09 9.59 3.12 -
YUV 77.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 52 98 35 0.47 0 0.64 0.62 103.81 0.47 0.26
Hex 34 62 23 2F 0 40 3E 68 2F 1A
Octal 64 142 43 57 0 100 76 150 57 32
Binary 110100 1100010 100011 101111 0 1000000 111110 1101000 101111 11010

Color Harmonies of #346223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346223

Black with #346223

Text Example


Text Example

White with #346223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346223; }

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

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

background-color css

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

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

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

border-color css

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

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

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