Html Css Color HEX #315C21 Green House

📋 copy color: '#315C21'

red 49 ◦ green 92 ◦ blue 33

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

Shades of Green House #315C21

Tints of Green House #315C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.87%

 BLUE value IS 33 (13.28% from 255) = 18.97%

R = 28.16%
G = 52.87%
B = 18.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#315C21 (or 0x315C21) is known color: Green House. HEX triplet: 31, 5C and 21. RGB value is (49,92,33). Sum of RGB (Red+Green+Blue) = 49+92+33=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #315C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C21 is #CEA3DE. Grayscale: #484848. Windows color (decimal): -13542367 or 2186289. OLE color: 2186289.

HSL color Cylindrical-coordinate representation of color #315C21: hue angle of 103.73º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315C21 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 33 -
CMYK 0.47 0 0.64 0.64
HSL 103.73º 0.47% 0.25% -
HSV(B) 103.73º 0.64% 0.36% -
XYZ 5.37 8.42 2.78 -
YUV 72.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 49 92 33 0.47 0 0.64 0.64 103.73 0.47 0.25
Hex 31 5C 21 2F 0 40 40 68 2F 19
Octal 61 134 41 57 0 100 100 150 57 31
Binary 110001 1011100 100001 101111 0 1000000 1000000 1101000 101111 11001

Color Harmonies of #315C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C21

Black with #315C21

Text Example


Text Example

White with #315C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315C21; }

 p { color: rgb(49,92,33); }

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

background-color css

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

 a { background-color: rgb(49,92,33); }

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

border-color css

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

 span { border-color: rgb(49,92,33); }

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