#3F713A

Color #3F713A Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #3F713A

Tints of Green House #3F713A

Color information

#3F713A (or 0x3F713A) is unknown color: approx Green House. HEX triplet: 3F, 71 and 3A. RGB value is (63,113,58). Sum of RGB (Red+Green+Blue) = 63+113+58=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #3F713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F713A is #C08EC5. Grayscale: #5B5B5B. Windows color (decimal): -12619462 or 3830079. OLE color: 3830079.

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

Color convert

RGB6311358-
CMYK0.4400.490.56
HSL114.55º32.16%33.53%-
HSV(B)114.55º48.67%44.31%-
XYZ8.7213.176.09-
YUV91.78108.94107.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=26.92%
G=48.29%
B=24.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113580.4400.490.56114.5532.1633.53
Hex3F713A2C03138732022
Octal771617254061701634042
Binary111111111000111101010110001100011110001110011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F713A;
 }
 .AnyTagClassName
 {
   color: #3F713A;
 }
</style>
background-color css

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

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

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

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

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

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