Html Css Color HEX #376125 Green House

📋 copy color: '#376125'

red 55 ◦ green 97 ◦ blue 37

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

Shades of Green House #376125

Tints of Green House #376125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 29.1%
G = 51.32%
B = 19.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#376125 (or 0x376125) is known color: Green House. HEX triplet: 37, 61 and 25. RGB value is (55,97,37). Sum of RGB (Red+Green+Blue) = 55+97+37=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #376125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376125 is #C89EDA. Grayscale: #4D4D4D. Windows color (decimal): -13147867 or 2449719. OLE color: 2449719.

HSL color Cylindrical-coordinate representation of color #376125: hue angle of 102º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #376125 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 37 -
CMYK 0.43 0 0.62 0.62
HSL 102º 0.45% 0.26% -
HSV(B) 102º 0.62% 0.38% -
XYZ 6.18 9.5 3.26 -
YUV 77.6 105.09 111.88 -
System Red Green Blue C M Y K H S L
Decimal 55 97 37 0.43 0 0.62 0.62 102 0.45 0.26
Hex 37 61 25 2B 0 3E 3E 66 2D 1A
Octal 67 141 45 53 0 76 76 146 55 32
Binary 110111 1100001 100101 101011 0 111110 111110 1100110 101101 11010

Color Harmonies of #376125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376125

Black with #376125

Text Example


Text Example

White with #376125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376125; }

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

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

background-color css

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

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

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

border-color css

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

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

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