Html Css Color HEX #366328 Green House

📋 copy color: '#366328'

red 54 ◦ green 99 ◦ blue 40

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

Shades of Green House #366328

Tints of Green House #366328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.3%

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

R = 27.98%
G = 51.3%
B = 20.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#366328 (or 0x366328) is known color: Green House. HEX triplet: 36, 63 and 28. RGB value is (54,99,40). Sum of RGB (Red+Green+Blue) = 54+99+40=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #366328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366328 is #C99CD7. Grayscale: #4F4F4F. Windows color (decimal): -13212888 or 2646838. OLE color: 2646838.

HSL color Cylindrical-coordinate representation of color #366328: hue angle of 105.76º degrees, saturation: 0.42, 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 #366328 is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 99 40 -
CMYK 0.45 0 0.60 0.61
HSL 105.76º 0.42% 0.27% -
HSV(B) 105.76º 0.6% 0.39% -
XYZ 6.37 9.86 3.58 -
YUV 78.82 106.09 110.3 -
System Red Green Blue C M Y K H S L
Decimal 54 99 40 0.45 0 0.60 0.61 105.76 0.42 0.27
Hex 36 63 28 2D 0 3C 3D 6A 2A 1B
Octal 66 143 50 55 0 74 75 152 52 33
Binary 110110 1100011 101000 101101 0 111100 111101 1101010 101010 11011

Color Harmonies of #366328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366328

Black with #366328

Text Example


Text Example

White with #366328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366328; }

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

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

background-color css

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

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

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

border-color css

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

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

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