#3e642f

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

Shades of Green House #3E642F

Tints of Green House #3E642F

Color information

#3E642F (or 0x3E642F) is unknown color: approx Green House. HEX triplet: 3E, 64 and 2F. RGB value is (62,100,47). Sum of RGB (Red+Green+Blue) = 62+100+47=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #3E642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E642F is #C19BD0. Grayscale: #525252. Windows color (decimal): -12688337 or 3105854. OLE color: 3105854.

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

Color convert

RGB6210047-
CMYK0.3800.530.61
HSL103.02º36.05%28.82%-
HSV(B)103.02º53%39.22%-
XYZ7.0610.344.31-
YUV82.6107.91113.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 100 (39.45% from 255) = 47.85%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=29.67%
G=47.85%
B=22.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62100470.3800.530.61103.0236.0528.82
Hex3E642F260353D67241d
Octal761445746065751474435
Binary11111011001001011111001100110101111101110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e642f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,100,47); }

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

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

 a { background-color: rgb(62,100,47); }

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

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

 span { border-color: rgb(62,100,47); }

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