Html Css Color HEX #3D7130 Green House

📋 copy color: '#3D7130'

red 61 ◦ green 113 ◦ blue 48

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

Shades of Green House #3D7130

Tints of Green House #3D7130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.62%

R = 27.48%
G = 50.9%
B = 21.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#3D7130 (or 0x3D7130) is known color: Green House. HEX triplet: 3D, 71 and 30. RGB value is (61,113,48). Sum of RGB (Red+Green+Blue) = 61+113+48=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7130 is #C28ECF. Grayscale: #5A5A5A. Windows color (decimal): -12750544 or 3174717. OLE color: 3174717.

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

Color convert

RGB 61 113 48 -
CMYK 0.46 0 0.58 0.56
HSL 108º 0.4% 0.32% -
HSV(B) 108º 0.58% 0.44% -
XYZ 8.36 13.02 4.87 -
YUV 90.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 61 113 48 0.46 0 0.58 0.56 108 0.4 0.32
Hex 3D 71 30 2E 0 3A 38 6C 28 20
Octal 75 161 60 56 0 72 70 154 50 40
Binary 111101 1110001 110000 101110 0 111010 111000 1101100 101000 100000

Color Harmonies of #3D7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7130

Black with #3D7130

Text Example


Text Example

White with #3D7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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