Html Css Color HEX #375E2A Green House

📋 copy color: '#375E2A'

red 55 ◦ green 94 ◦ blue 42

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

Shades of Green House #375E2A

Tints of Green House #375E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 49.21%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 28.8%
G = 49.21%
B = 21.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#375E2A (or 0x375E2A) is known color: Green House. HEX triplet: 37, 5E and 2A. RGB value is (55,94,42). Sum of RGB (Red+Green+Blue) = 55+94+42=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #375E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E2A is #C8A1D5. Grayscale: #4C4C4C. Windows color (decimal): -13148630 or 2776631. OLE color: 2776631.

HSL color Cylindrical-coordinate representation of color #375E2A: hue angle of 105º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375E2A is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 94 42 -
CMYK 0.41 0 0.55 0.63
HSL 105º 0.38% 0.27% -
HSV(B) 105º 0.55% 0.37% -
XYZ 6 8.98 3.61 -
YUV 76.41 108.58 112.73 -
System Red Green Blue C M Y K H S L
Decimal 55 94 42 0.41 0 0.55 0.63 105 0.38 0.27
Hex 37 5E 2A 29 0 37 3F 69 26 1B
Octal 67 136 52 51 0 67 77 151 46 33
Binary 110111 1011110 101010 101001 0 110111 111111 1101001 100110 11011

Color Harmonies of #375E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375E2A

Black with #375E2A

Text Example


Text Example

White with #375E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375E2A; }

 p { color: rgb(55,94,42); }

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

background-color css

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

 a { background-color: rgb(55,94,42); }

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

border-color css

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

 span { border-color: rgb(55,94,42); }

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