Html Css Color HEX #375D2B Green House

📋 copy color: '#375D2B'

red 55 ◦ green 93 ◦ blue 43

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

Shades of Green House #375D2B

Tints of Green House #375D2B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 43 (17.19% from 255) = 22.51%

R = 28.8%
G = 48.69%
B = 22.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#375D2B (or 0x375D2B) is known color: Green House. HEX triplet: 37, 5D and 2B. RGB value is (55,93,43). Sum of RGB (Red+Green+Blue) = 55+93+43=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #375D2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D2B is #C8A2D4. Grayscale: #4C4C4C. Windows color (decimal): -13148885 or 2841911. OLE color: 2841911.

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

Color convert

RGB 55 93 43 -
CMYK 0.41 0 0.54 0.64
HSL 105.6º 0.37% 0.27% -
HSV(B) 105.6º 0.54% 0.36% -
XYZ 5.93 8.82 3.67 -
YUV 75.94 109.41 113.07 -
System Red Green Blue C M Y K H S L
Decimal 55 93 43 0.41 0 0.54 0.64 105.6 0.37 0.27
Hex 37 5D 2B 29 0 36 40 6A 25 1B
Octal 67 135 53 51 0 66 100 152 45 33
Binary 110111 1011101 101011 101001 0 110110 1000000 1101010 100101 11011

Color Harmonies of #375D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375D2B

Black with #375D2B

Text Example


Text Example

White with #375D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,93,43); }

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

background-color css

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

 a { background-color: rgb(55,93,43); }

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

border-color css

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

 span { border-color: rgb(55,93,43); }

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