Html Css Color HEX #366230 Green House

📋 copy color: '#366230'

red 54 ◦ green 98 ◦ blue 48

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

Shades of Green House #366230

Tints of Green House #366230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 27%
G = 49%
B = 24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#366230 (or 0x366230) is known color: Green House. HEX triplet: 36, 62 and 30. RGB value is (54,98,48). Sum of RGB (Red+Green+Blue) = 54+98+48=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #366230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366230 is #C99DCF. Grayscale: #4F4F4F. Windows color (decimal): -13213136 or 3170870. OLE color: 3170870.

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

Color convert

RGB 54 98 48 -
CMYK 0.45 0 0.51 0.62
HSL 112.8º 0.34% 0.29% -
HSV(B) 112.8º 0.51% 0.38% -
XYZ 6.42 9.73 4.34 -
YUV 79.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 54 98 48 0.45 0 0.51 0.62 112.8 0.34 0.29
Hex 36 62 30 2D 0 33 3E 71 22 1D
Octal 66 142 60 55 0 63 76 161 42 35
Binary 110110 1100010 110000 101101 0 110011 111110 1110001 100010 11101

Color Harmonies of #366230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366230

Black with #366230

Text Example


Text Example

White with #366230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366230; }

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

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

background-color css

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

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

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

border-color css

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

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

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