Html Css Color HEX #3F7130 Green House

📋 copy color: '#3F7130'

red 63 ◦ green 113 ◦ blue 48

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

Shades of Green House #3F7130

Tints of Green House #3F7130

RGB

 RED value IS 63 (25% from 255) = 28.13%

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

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

R = 28.13%
G = 50.45%
B = 21.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#3F7130 (or 0x3F7130) is known color: Green House. HEX triplet: 3F, 71 and 30. RGB value is (63,113,48). Sum of RGB (Red+Green+Blue) = 63+113+48=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7130 is #C08ECF. Grayscale: #5A5A5A. Windows color (decimal): -12619472 or 3174719. OLE color: 3174719.

HSL color Cylindrical-coordinate representation of color #3F7130: hue angle of 106.15º 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 #3F7130 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 113 48 -
CMYK 0.44 0 0.58 0.56
HSL 106.15º 0.4% 0.32% -
HSV(B) 106.15º 0.58% 0.44% -
XYZ 8.49 13.08 4.87 -
YUV 90.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 63 113 48 0.44 0 0.58 0.56 106.15 0.4 0.32
Hex 3F 71 30 2C 0 3A 38 6A 28 20
Octal 77 161 60 54 0 72 70 152 50 40
Binary 111111 1110001 110000 101100 0 111010 111000 1101010 101000 100000

Color Harmonies of #3F7130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7130

Black with #3F7130

Text Example


Text Example

White with #3F7130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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