Html Css Color HEX #375934 Green House

📋 copy color: '#375934'

red 55 ◦ green 89 ◦ blue 52

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

Shades of Green House #375934

Tints of Green House #375934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 28.06%
G = 45.41%
B = 26.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#375934 (or 0x375934) is known color: Green House. HEX triplet: 37, 59 and 34. RGB value is (55,89,52). Sum of RGB (Red+Green+Blue) = 55+89+52=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #375934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375934 is #C8A6CB. Grayscale: #4A4A4A. Windows color (decimal): -13149900 or 3430711. OLE color: 3430711.

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

Color convert

RGB 55 89 52 -
CMYK 0.38 0 0.42 0.65
HSL 115.14º 0.26% 0.28% -
HSV(B) 115.14º 0.42% 0.35% -
XYZ 5.77 8.2 4.53 -
YUV 74.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 55 89 52 0.38 0 0.42 0.65 115.14 0.26 0.28
Hex 37 59 34 26 0 2A 41 73 1A 1C
Octal 67 131 64 46 0 52 101 163 32 34
Binary 110111 1011001 110100 100110 0 101010 1000001 1110011 11010 11100

Color Harmonies of #375934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375934

Black with #375934

Text Example


Text Example

White with #375934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375934; }

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

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

background-color css

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

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

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

border-color css

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

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

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