Html Css Color HEX #356622 Green House

📋 copy color: '#356622'

red 53 ◦ green 102 ◦ blue 34

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

Shades of Green House #356622

Tints of Green House #356622

RGB

 RED value IS 53 (21.09% from 255) = 28.04%

 GREEN value IS 102 (40.23% from 255) = 53.97%

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 28.04%
G = 53.97%
B = 17.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#356622 (or 0x356622) is known color: Green House. HEX triplet: 35, 66 and 22. RGB value is (53,102,34). Sum of RGB (Red+Green+Blue) = 53+102+34=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #356622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356622 is #CA99DD. Grayscale: #4F4F4F. Windows color (decimal): -13277662 or 2254389. OLE color: 2254389.

HSL color Cylindrical-coordinate representation of color #356622: hue angle of 103.24º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #356622 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 102 34 -
CMYK 0.48 0 0.67 0.6
HSL 103.24º 0.5% 0.27% -
HSV(B) 103.24º 0.67% 0.4% -
XYZ 6.51 10.38 3.17 -
YUV 79.6 102.27 109.03 -
System Red Green Blue C M Y K H S L
Decimal 53 102 34 0.48 0 0.67 0.6 103.24 0.5 0.27
Hex 35 66 22 30 0 43 3C 67 32 1B
Octal 65 146 42 60 0 103 74 147 62 33
Binary 110101 1100110 100010 110000 0 1000011 111100 1100111 110010 11011

Color Harmonies of #356622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356622

Black with #356622

Text Example


Text Example

White with #356622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356622; }

 p { color: rgb(53,102,34); }

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

background-color css

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

 a { background-color: rgb(53,102,34); }

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

border-color css

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

 span { border-color: rgb(53,102,34); }

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