#3F6538

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

Shades of Green House #3F6538

Tints of Green House #3F6538

Color information

#3F6538 (or 0x3F6538) is unknown color: approx Green House. HEX triplet: 3F, 65 and 38. RGB value is (63,101,56). Sum of RGB (Red+Green+Blue) = 63+101+56=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6538 is #C09AC7. Grayscale: #545454. Windows color (decimal): -12622536 or 3695935. OLE color: 3695935.

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

Color convert

RGB6310156-
CMYK0.3800.450.60
HSL110.67º28.66%30.78%-
HSV(B)110.67º44.55%39.61%-
XYZ7.4210.655.41-
YUV84.51111.91112.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=28.64%
G=45.91%
B=25.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63101560.3800.450.60110.6728.6630.78
Hex3F65382602D3C6f1d1f
Octal771457046055741573537
Binary1111111100101111000100110010110111110011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,101,56); }

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

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

 a { background-color: rgb(63,101,56); }

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

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

 span { border-color: rgb(63,101,56); }

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