Html Css Color HEX #366428 Green House

📋 copy color: '#366428'

red 54 ◦ green 100 ◦ blue 40

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

Shades of Green House #366428

Tints of Green House #366428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.55%

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

R = 27.84%
G = 51.55%
B = 20.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#366428 (or 0x366428) is known color: Green House. HEX triplet: 36, 64 and 28. RGB value is (54,100,40). Sum of RGB (Red+Green+Blue) = 54+100+40=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 100 (39.45% from 255 or 51.55% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 100 - color contains mainly: green. Hex color #366428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366428 is #C99BD7. Grayscale: #4F4F4F. Windows color (decimal): -13212632 or 2647094. OLE color: 2647094.

HSL color Cylindrical-coordinate representation of color #366428: hue angle of 106º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #366428 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 100 40 -
CMYK 0.46 0 0.6 0.61
HSL 106º 0.43% 0.27% -
HSV(B) 106º 0.6% 0.39% -
XYZ 6.46 10.05 3.61 -
YUV 79.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 54 100 40 0.46 0 0.6 0.61 106 0.43 0.27
Hex 36 64 28 2E 0 3C 3D 6A 2B 1B
Octal 66 144 50 56 0 74 75 152 53 33
Binary 110110 1100100 101000 101110 0 111100 111101 1101010 101011 11011

Color Harmonies of #366428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366428

Black with #366428

Text Example


Text Example

White with #366428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366428; }

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

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

background-color css

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

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

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

border-color css

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

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

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