Html Css Color HEX #3C7331 Green House

📋 copy color: '#3C7331'

red 60 ◦ green 115 ◦ blue 49

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

Shades of Green House #3C7331

Tints of Green House #3C7331

RGB

 RED value IS 60 (23.83% from 255) = 26.79%

 GREEN value IS 115 (45.31% from 255) = 51.34%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 26.79%
G = 51.34%
B = 21.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#3C7331 (or 0x3C7331) is known color: Green House. HEX triplet: 3C, 73 and 31. RGB value is (60,115,49). Sum of RGB (Red+Green+Blue) = 60+115+49=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7331 is #C38CCE. Grayscale: #5B5B5B. Windows color (decimal): -12815567 or 3240764. OLE color: 3240764.

HSL color Cylindrical-coordinate representation of color #3C7331: hue angle of 110º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C7331 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 49 -
CMYK 0.48 0 0.57 0.55
HSL 110º 0.4% 0.32% -
HSV(B) 110º 0.57% 0.45% -
XYZ 8.55 13.44 5.05 -
YUV 91.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 60 115 49 0.48 0 0.57 0.55 110 0.4 0.32
Hex 3C 73 31 30 0 39 37 6E 28 20
Octal 74 163 61 60 0 71 67 156 50 40
Binary 111100 1110011 110001 110000 0 111001 110111 1101110 101000 100000

Color Harmonies of #3C7331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7331

Black with #3C7331

Text Example


Text Example

White with #3C7331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C7331; }

 p { color: rgb(60,115,49); }

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

background-color css

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

 a { background-color: rgb(60,115,49); }

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

border-color css

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

 span { border-color: rgb(60,115,49); }

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