Html Css Color HEX #3D7332 Green House

📋 copy color: '#3D7332'

red 61 ◦ green 115 ◦ blue 50

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

Shades of Green House #3D7332

Tints of Green House #3D7332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 26.99%
G = 50.88%
B = 22.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#3D7332 (or 0x3D7332) is known color: Green House. HEX triplet: 3D, 73 and 32. RGB value is (61,115,50). Sum of RGB (Red+Green+Blue) = 61+115+50=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7332 is #C28CCD. Grayscale: #5B5B5B. Windows color (decimal): -12750030 or 3306301. OLE color: 3306301.

HSL color Cylindrical-coordinate representation of color #3D7332: hue angle of 109.85º degrees, saturation: 0.39, 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 #3D7332 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 115 50 -
CMYK 0.47 0 0.57 0.55
HSL 109.85º 0.39% 0.32% -
HSV(B) 109.85º 0.57% 0.45% -
XYZ 8.63 13.48 5.17 -
YUV 91.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 61 115 50 0.47 0 0.57 0.55 109.85 0.39 0.32
Hex 3D 73 32 2F 0 39 37 6E 27 20
Octal 75 163 62 57 0 71 67 156 47 40
Binary 111101 1110011 110010 101111 0 111001 110111 1101110 100111 100000

Color Harmonies of #3D7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7332

Black with #3D7332

Text Example


Text Example

White with #3D7332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,115,50); }

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

background-color css

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

 a { background-color: rgb(61,115,50); }

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

border-color css

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

 span { border-color: rgb(61,115,50); }

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