Html Css Color HEX #366128 Green House

📋 copy color: '#366128'

red 54 ◦ green 97 ◦ blue 40

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

Shades of Green House #366128

Tints of Green House #366128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

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

R = 28.27%
G = 50.79%
B = 20.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#366128 (or 0x366128) is known color: Green House. HEX triplet: 36, 61 and 28. RGB value is (54,97,40). Sum of RGB (Red+Green+Blue) = 54+97+40=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #366128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366128 is #C99ED7. Grayscale: #4D4D4D. Windows color (decimal): -13213400 or 2646326. OLE color: 2646326.

HSL color Cylindrical-coordinate representation of color #366128: hue angle of 105.26º 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 #366128 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 40 -
CMYK 0.44 0 0.59 0.62
HSL 105.26º 0.42% 0.27% -
HSV(B) 105.26º 0.59% 0.38% -
XYZ 6.18 9.49 3.51 -
YUV 77.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 54 97 40 0.44 0 0.59 0.62 105.26 0.42 0.27
Hex 36 61 28 2C 0 3B 3E 69 2A 1B
Octal 66 141 50 54 0 73 76 151 52 33
Binary 110110 1100001 101000 101100 0 111011 111110 1101001 101010 11011

Color Harmonies of #366128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366128

Black with #366128

Text Example


Text Example

White with #366128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366128; }

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

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

background-color css

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

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

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

border-color css

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

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

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