Html Css Color HEX #315928 Green House

📋 copy color: '#315928'

red 49 ◦ green 89 ◦ blue 40

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

Shades of Green House #315928

Tints of Green House #315928

RGB

 RED value IS 49 (19.53% from 255) = 27.53%

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

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 27.53%
G = 50%
B = 22.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#315928 (or 0x315928) is known color: Green House. HEX triplet: 31, 59 and 28. RGB value is (49,89,40). Sum of RGB (Red+Green+Blue) = 49+89+40=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #315928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315928 is #CEA6D7. Grayscale: #474747. Windows color (decimal): -13543128 or 2644273. OLE color: 2644273.

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

Color convert

RGB 49 89 40 -
CMYK 0.45 0 0.55 0.65
HSL 108.98º 0.38% 0.25% -
HSV(B) 108.98º 0.55% 0.35% -
XYZ 5.22 7.95 3.27 -
YUV 71.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 49 89 40 0.45 0 0.55 0.65 108.98 0.38 0.25
Hex 31 59 28 2D 0 37 41 6D 26 19
Octal 61 131 50 55 0 67 101 155 46 31
Binary 110001 1011001 101000 101101 0 110111 1000001 1101101 100110 11001

Color Harmonies of #315928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315928

Black with #315928

Text Example


Text Example

White with #315928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315928; }

 p { color: rgb(49,89,40); }

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

background-color css

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

 a { background-color: rgb(49,89,40); }

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

border-color css

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

 span { border-color: rgb(49,89,40); }

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