Html Css Color HEX #375534 Green House

📋 copy color: '#375534'

red 55 ◦ green 85 ◦ blue 52

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

Shades of Green House #375534

Tints of Green House #375534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

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

R = 28.65%
G = 44.27%
B = 27.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#375534 (or 0x375534) is known color: Green House. HEX triplet: 37, 55 and 34. RGB value is (55,85,52). Sum of RGB (Red+Green+Blue) = 55+85+52=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #375534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375534 is #C8AACB. Grayscale: #484848. Windows color (decimal): -13150924 or 3429687. OLE color: 3429687.

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

Color convert

RGB 55 85 52 -
CMYK 0.35 0 0.39 0.67
HSL 114.55º 0.24% 0.27% -
HSV(B) 114.55º 0.39% 0.33% -
XYZ 5.44 7.56 4.42 -
YUV 72.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 55 85 52 0.35 0 0.39 0.67 114.55 0.24 0.27
Hex 37 55 34 23 0 27 43 73 18 1B
Octal 67 125 64 43 0 47 103 163 30 33
Binary 110111 1010101 110100 100011 0 100111 1000011 1110011 11000 11011

Color Harmonies of #375534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375534

Black with #375534

Text Example


Text Example

White with #375534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375534; }

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

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

background-color css

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

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

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

border-color css

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

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

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