Html Css Color HEX #376128 Green House

📋 copy color: '#376128'

red 55 ◦ green 97 ◦ blue 40

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

Shades of Green House #376128

Tints of Green House #376128

RGB

 RED value IS 55 (21.88% from 255) = 28.65%

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

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

R = 28.65%
G = 50.52%
B = 20.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#376128 (or 0x376128) is known color: Green House. HEX triplet: 37, 61 and 28. RGB value is (55,97,40). Sum of RGB (Red+Green+Blue) = 55+97+40=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #376128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376128 is #C89ED7. Grayscale: #4E4E4E. Windows color (decimal): -13147864 or 2646327. OLE color: 2646327.

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

Color convert

RGB 55 97 40 -
CMYK 0.43 0 0.59 0.62
HSL 104.21º 0.42% 0.27% -
HSV(B) 104.21º 0.59% 0.38% -
XYZ 6.23 9.51 3.52 -
YUV 77.94 106.59 111.63 -
System Red Green Blue C M Y K H S L
Decimal 55 97 40 0.43 0 0.59 0.62 104.21 0.42 0.27
Hex 37 61 28 2B 0 3B 3E 68 2A 1B
Octal 67 141 50 53 0 73 76 150 52 33
Binary 110111 1100001 101000 101011 0 111011 111110 1101000 101010 11011

Color Harmonies of #376128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376128

Black with #376128

Text Example


Text Example

White with #376128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376128; }

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

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

background-color css

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

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

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

border-color css

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

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

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