Html Css Color HEX #375830 Green House

📋 copy color: '#375830'

red 55 ◦ green 88 ◦ blue 48

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

Shades of Green House #375830

Tints of Green House #375830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.07%

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 28.8%
G = 46.07%
B = 25.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#375830 (or 0x375830) is known color: Green House. HEX triplet: 37, 58 and 30. RGB value is (55,88,48). Sum of RGB (Red+Green+Blue) = 55+88+48=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #375830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375830 is #C8A7CF. Grayscale: #494949. Windows color (decimal): -13150160 or 3168311. OLE color: 3168311.

HSL color Cylindrical-coordinate representation of color #375830: hue angle of 109.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #375830 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 88 48 -
CMYK 0.38 0 0.45 0.65
HSL 109.5º 0.29% 0.27% -
HSV(B) 109.5º 0.45% 0.35% -
XYZ 5.6 8.01 4.05 -
YUV 73.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 55 88 48 0.38 0 0.45 0.65 109.5 0.29 0.27
Hex 37 58 30 26 0 2D 41 6E 1D 1B
Octal 67 130 60 46 0 55 101 156 35 33
Binary 110111 1011000 110000 100110 0 101101 1000001 1101110 11101 11011

Color Harmonies of #375830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375830

Black with #375830

Text Example


Text Example

White with #375830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375830; }

 p { color: rgb(55,88,48); }

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

background-color css

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

 a { background-color: rgb(55,88,48); }

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

border-color css

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

 span { border-color: rgb(55,88,48); }

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