Html Css Color HEX #366820 Green House

📋 copy color: '#366820'

red 54 ◦ green 104 ◦ blue 32

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

Shades of Green House #366820

Tints of Green House #366820

RGB

 RED value IS 54 (21.48% from 255) = 28.42%

 GREEN value IS 104 (41.02% from 255) = 54.74%

 BLUE value IS 32 (12.89% from 255) = 16.84%

R = 28.42%
G = 54.74%
B = 16.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#366820 (or 0x366820) is known color: Green House. HEX triplet: 36, 68 and 20. RGB value is (54,104,32). Sum of RGB (Red+Green+Blue) = 54+104+32=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #366820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366820 is #C997DF. Grayscale: #515151. Windows color (decimal): -13211616 or 2123830. OLE color: 2123830.

HSL color Cylindrical-coordinate representation of color #366820: hue angle of 101.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #366820 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 32 -
CMYK 0.48 0 0.69 0.59
HSL 101.67º 0.53% 0.27% -
HSV(B) 101.67º 0.69% 0.41% -
XYZ 6.73 10.79 3.09 -
YUV 80.84 100.44 108.85 -
System Red Green Blue C M Y K H S L
Decimal 54 104 32 0.48 0 0.69 0.59 101.67 0.53 0.27
Hex 36 68 20 30 0 45 3B 66 35 1B
Octal 66 150 40 60 0 105 73 146 65 33
Binary 110110 1101000 100000 110000 0 1000101 111011 1100110 110101 11011

Color Harmonies of #366820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366820

Black with #366820

Text Example


Text Example

White with #366820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366820; }

 p { color: rgb(54,104,32); }

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

background-color css

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

 a { background-color: rgb(54,104,32); }

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

border-color css

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

 span { border-color: rgb(54,104,32); }

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