#3F6630

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

Shades of Green House #3F6630

Tints of Green House #3F6630

Color information

#3F6630 (or 0x3F6630) is unknown color: approx Green House. HEX triplet: 3F, 66 and 30. RGB value is (63,102,48). Sum of RGB (Red+Green+Blue) = 63+102+48=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6630 is #C099CF. Grayscale: #545454. Windows color (decimal): -12622288 or 3171903. OLE color: 3171903.

HSL color Cylindrical-coordinate representation of color #3F6630: hue angle of 103.33º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F6630 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB6310248-
CMYK0.3800.530.6
HSL103.33º36%29.41%-
HSV(B)103.33º52.94%40%-
XYZ7.3310.774.49-
YUV84.18107.58112.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=29.58%
G=47.89%
B=22.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63102480.3800.530.6103.333629.41
Hex3F6630260353C67241d
Octal771466046065741474435
Binary11111111001101100001001100110101111100110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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