Html Css Color HEX #366228 Green House

📋 copy color: '#366228'

red 54 ◦ green 98 ◦ blue 40

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

Shades of Green House #366228

Tints of Green House #366228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 28.13%
G = 51.04%
B = 20.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#366228 (or 0x366228) is known color: Green House. HEX triplet: 36, 62 and 28. RGB value is (54,98,40). Sum of RGB (Red+Green+Blue) = 54+98+40=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #366228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366228 is #C99DD7. Grayscale: #4E4E4E. Windows color (decimal): -13213144 or 2646582. OLE color: 2646582.

HSL color Cylindrical-coordinate representation of color #366228: hue angle of 105.52º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #366228 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 98 40 -
CMYK 0.45 0 0.59 0.62
HSL 105.52º 0.42% 0.27% -
HSV(B) 105.52º 0.59% 0.38% -
XYZ 6.27 9.67 3.54 -
YUV 78.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 54 98 40 0.45 0 0.59 0.62 105.52 0.42 0.27
Hex 36 62 28 2D 0 3B 3E 6A 2A 1B
Octal 66 142 50 55 0 73 76 152 52 33
Binary 110110 1100010 101000 101101 0 111011 111110 1101010 101010 11011

Color Harmonies of #366228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366228

Black with #366228

Text Example


Text Example

White with #366228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366228; }

 p { color: rgb(54,98,40); }

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

background-color css

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

 a { background-color: rgb(54,98,40); }

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

border-color css

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

 span { border-color: rgb(54,98,40); }

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