Html Css Color HEX #3D7131 Green House

📋 copy color: '#3D7131'

red 61 ◦ green 113 ◦ blue 49

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

Shades of Green House #3D7131

Tints of Green House #3D7131

RGB

 RED value IS 61 (24.22% from 255) = 27.35%

 GREEN value IS 113 (44.53% from 255) = 50.67%

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

R = 27.35%
G = 50.67%
B = 21.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#3D7131 (or 0x3D7131) is known color: Green House. HEX triplet: 3D, 71 and 31. RGB value is (61,113,49). Sum of RGB (Red+Green+Blue) = 61+113+49=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7131 is #C28ECE. Grayscale: #5A5A5A. Windows color (decimal): -12750543 or 3240253. OLE color: 3240253.

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

Color convert

RGB 61 113 49 -
CMYK 0.46 0 0.57 0.56
HSL 108.75º 0.4% 0.32% -
HSV(B) 108.75º 0.57% 0.44% -
XYZ 8.38 13.02 4.98 -
YUV 90.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 61 113 49 0.46 0 0.57 0.56 108.75 0.4 0.32
Hex 3D 71 31 2E 0 39 38 6D 28 20
Octal 75 161 61 56 0 71 70 155 50 40
Binary 111101 1110001 110001 101110 0 111001 111000 1101101 101000 100000

Color Harmonies of #3D7131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7131

Black with #3D7131

Text Example


Text Example

White with #3D7131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,49); }

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

background-color css

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

 a { background-color: rgb(61,113,49); }

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

border-color css

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

 span { border-color: rgb(61,113,49); }

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