#3F6030

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

Shades of Green House #3F6030

Tints of Green House #3F6030

Color information

#3F6030 (or 0x3F6030) is unknown color: approx Green House. HEX triplet: 3F, 60 and 30. RGB value is (63,96,48). Sum of RGB (Red+Green+Blue) = 63+96+48=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6030 is #C09FCF. Grayscale: #505050. Windows color (decimal): -12623824 or 3170367. OLE color: 3170367.

HSL color Cylindrical-coordinate representation of color #3F6030: hue angle of 101.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F6030 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB639648-
CMYK0.3400.500.62
HSL101.25º33.33%28.24%-
HSV(B)101.25º50%37.65%-
XYZ6.779.644.3-
YUV80.66109.57115.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=30.43%
G=46.38%
B=23.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396480.3400.500.62101.2533.3328.24
Hex3F6030220323E65211c
Octal771406042062761454134
Binary11111111000001100001000100110010111110110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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