Html Css Color HEX #375B2F Green House

📋 copy color: '#375B2F'

red 55 ◦ green 91 ◦ blue 47

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

Shades of Green House #375B2F

Tints of Green House #375B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.15%

 BLUE value IS 47 (18.75% from 255) = 24.35%

R = 28.5%
G = 47.15%
B = 24.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#375B2F (or 0x375B2F) is known color: Green House. HEX triplet: 37, 5B and 2F. RGB value is (55,91,47). Sum of RGB (Red+Green+Blue) = 55+91+47=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 91 (35.94% from 255 or 47.15% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 91 - color contains mainly: green. Hex color #375B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375B2F is #C8A4D0. Grayscale: #4B4B4B. Windows color (decimal): -13149393 or 3103543. OLE color: 3103543.

HSL color Cylindrical-coordinate representation of color #375B2F: hue angle of 109.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #375B2F is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 91 47 -
CMYK 0.40 0 0.48 0.64
HSL 109.09º 0.32% 0.27% -
HSV(B) 109.09º 0.48% 0.36% -
XYZ 5.83 8.5 4.02 -
YUV 75.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 55 91 47 0.40 0 0.48 0.64 109.09 0.32 0.27
Hex 37 5B 2F 28 0 30 40 6D 20 1B
Octal 67 133 57 50 0 60 100 155 40 33
Binary 110111 1011011 101111 101000 0 110000 1000000 1101101 100000 11011

Color Harmonies of #375B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375B2F

Black with #375B2F

Text Example


Text Example

White with #375B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,47); }

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

background-color css

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

 a { background-color: rgb(55,91,47); }

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

border-color css

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

 span { border-color: rgb(55,91,47); }

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