Html Css Color HEX #366C28 Green House

📋 copy color: '#366C28'

red 54 ◦ green 108 ◦ blue 40

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

Shades of Green House #366C28

Tints of Green House #366C28

RGB

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

 GREEN value IS 108 (42.58% from 255) = 53.47%

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

R = 26.73%
G = 53.47%
B = 19.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#366C28 (or 0x366C28) is known color: Green House. HEX triplet: 36, 6C and 28. RGB value is (54,108,40). Sum of RGB (Red+Green+Blue) = 54+108+40=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #366C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366C28 is #C993D7. Grayscale: #545454. Windows color (decimal): -13210584 or 2649142. OLE color: 2649142.

HSL color Cylindrical-coordinate representation of color #366C28: hue angle of 107.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #366C28 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 108 40 -
CMYK 0.50 0 0.63 0.58
HSL 107.65º 0.46% 0.29% -
HSV(B) 107.65º 0.63% 0.42% -
XYZ 7.27 11.66 3.88 -
YUV 84.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 54 108 40 0.50 0 0.63 0.58 107.65 0.46 0.29
Hex 36 6C 28 32 0 3F 3A 6C 2E 1D
Octal 66 154 50 62 0 77 72 154 56 35
Binary 110110 1101100 101000 110010 0 111111 111010 1101100 101110 11101

Color Harmonies of #366C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366C28

Black with #366C28

Text Example


Text Example

White with #366C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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