Html Css Color HEX #375434 Green House

📋 copy color: '#375434'

red 55 ◦ green 84 ◦ blue 52

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

Shades of Green House #375434

Tints of Green House #375434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.98%

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 28.8%
G = 43.98%
B = 27.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#375434 (or 0x375434) is known color: Green House. HEX triplet: 37, 54 and 34. RGB value is (55,84,52). Sum of RGB (Red+Green+Blue) = 55+84+52=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #375434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375434 is #C8ABCB. Grayscale: #474747. Windows color (decimal): -13151180 or 3429431. OLE color: 3429431.

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

Color convert

RGB 55 84 52 -
CMYK 0.35 0 0.38 0.67
HSL 114.38º 0.24% 0.27% -
HSV(B) 114.38º 0.38% 0.33% -
XYZ 5.37 7.4 4.39 -
YUV 71.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 55 84 52 0.35 0 0.38 0.67 114.38 0.24 0.27
Hex 37 54 34 23 0 26 43 72 18 1B
Octal 67 124 64 43 0 46 103 162 30 33
Binary 110111 1010100 110100 100011 0 100110 1000011 1110010 11000 11011

Color Harmonies of #375434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375434

Black with #375434

Text Example


Text Example

White with #375434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375434; }

 p { color: rgb(55,84,52); }

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

background-color css

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

 a { background-color: rgb(55,84,52); }

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

border-color css

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

 span { border-color: rgb(55,84,52); }

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